Hi Bruce, the "conf.sample.inc.php" configuration file for phpMyAdmin defines "mysqli" as default : $cfg['Servers'][$i]['extension'] = 'mysqli'
http://www.php.net/manual/en/mysqli.overview.php#mysqli.overview.mysqlnd quoting this manual: "If you are using MySQL versions 4.1.3 or later it is strongly recommended that you use the mysqli extension instead." I am wondering, if ./configure PHP-5.5.4 ( Book ยง 13) should not include the statement " --with-mysqli=mysqlnd \" This could save debugging time. What do you think ? Regards, Edgar -- Dr.-Ing. Edgar Alwers <[email protected]> GPG Key ID:AD5C6F70 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
