Menu

#332 Deprecated:mysql_pconnect()

Minor
open
nobody
None
1
2015-10-02
2015-10-01
Anonymous
No

Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in ........../mysql.inc on line 484

Discussion

  • Campbell Morrison

    The default $dbsys is "mysqli" in MRBS 1.4.11, so this error will not normally happen.

     
  • Campbell Morrison

    Has the PHP version on your server recently changed?

     
  • Campbell Morrison

    We have now removed the 'mysql' option in the code (changesets 1633eeb9e580 and 95a9fcbc9f69) and these changes will appear in the next release.

    In the meantime you can avoid the Deprecated notice by setting

    $dbsys = 'mysqli';
    

    in your config file.

     
MongoDB Logo MongoDB