Hello!
we use phpmyadmin 3.5.7 on many servers (debian, centos5, centos6) and webservers (apache, nginx)
try to change to 4.0.x (first is 4.0.6, second 4.0.8 and now 4.0.10) and every same problem:
copy the config.ini.php to the new install and in mysql database in the tables not good displayed :(
Seamonkey/firefox : wrong
Internet Explorer: wrong
google chorme 31.0.1650.63 m : wrong
Opera 12.16: good !!!!
good value:
db : z10000_redmine2
wrong value:
db: 207a31303030305f7265646d696e6532 (or similar, hexa numbers)
i add two image (snapshot)
and other db-s (z10000_redmine2) is ok in every browser, only mysql db wrong
Please give us some details:
MySQL server version
Database client version (might be mysqlnd)
PHP version
Extension used (mysql, mysqli)
sorry.
Ok, but which extension are you using in your phpMyAdmin, mysql or mysqli? If mysql, it could be one cause of your problem and you should be using mysqli.
thanks.
how i check which module use the program?
On phpMyAdmin's home page, in the "Web server" section, look for "PHP extension".
Aha!
in apache we use mysql in 3.5.7 and 4.0.10
in nginx we use mysqli in 3.5.7 AND MYSQL in 4.0.10
thanks!
Web server
pma 3.5.7
nginx/1.4.4
Database client version: libmysql - 5.5.27
PHP extension: mysqli Documentation
pma 4.0.10
nginx/1.4.4
Database client version: libmysql - 5.5.27
PHP extension: mysql Documentation
thanks, it's good. i copied old config.ini.php to new pma and not fixed this line:
$cfg['Servers'][$i]['extension'] = 'mysql';
now i write
$cfg['Servers'][$i]['extension'] = 'mysqli';
and pma is working good :)
Thanks for the feedback. In a future version we'll possibly add a warning about this old extension.
also thank you
i've changed all phpmyadmin to new version :)