PDA

View Full Version : use mysqli or PDO


KatieG
06-22-2014, 07:58 AM
Just moved servers, getting this error:
Warning: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in ....\arcade\functions\dbclass.php on line 44

PHP Version 5.5.11

AusPhotography
06-22-2014, 08:16 AM
Use mysqli -- supported and recommended by vB
Just edit the config.php file

KatieG
06-22-2014, 10:46 AM
Use mysqli -- supported and recommended by vB
Just edit the config.php file


I already have it set in config.php $config['Database']['dbtype'] = 'mysqli';

I am only getting this in the arcade