Problem with mysql 5.6
-
The latest version of mysql (5.6) instals mysqlnd, the native driver, which includes mysqli. Quote from php.net: “On Windows, for PHP versions 5.3 and newer, the mysqli extension is enabled and uses the MySQL Native Driver by default. This means you don’t need to worry about configuring access to libmysql.dll.“
Installing this plug in by the optional route of putting db.php into wp-content does not obviate the error messages created by wordpress using old database instructions e.g. mysql_connect().
I would be grateful for any suggestions for a work-around. Thanks for your help
System: MySQL 5.6.19 using mysqlnd 5.0.11, php 5.5.13, OS Windows 7 ultimate 64-bit, apache 2.4.9 (WIN64)
- The topic ‘Problem with mysql 5.6’ is closed to new replies.