On 23/07/2010, Marc Delisle marc@infomarc.info wrote:
Problem happens with $cfg['Servers'][$i]['extension'] = 'mysql';
but does not happen (for me) with $cfg['Servers'][$i]['extension'] = 'mysqli';
Please confirm.
Happens even after switching to the mysqli extension. :(
However all is fine on another server with the mysql extension. The difference is that this other server is not using the mysqlnd extension (it's running PHP 5.2.13).
My problematic server runs PHP 5.3.2 + mysqlnd. In fact, QA_3_3 also exhibits this problem on this server, so it's not a problem in master's or Ninad's tree.
Ninad, which PHP are you using?
PHP 5.3.2 + mysql extension. (It's the default .deb package that comes bundled in Ubuntu's LAMP installation task).
Problem exists also when using PHP 5.3.3. I'll search about this.