Michal Čihař a écrit :
When trying to google this, I've found following hint on improving IS performance, have we tried to use that?
http://www.mysqlperformanceblog.com/2011/12/23/solving-information_schema-sl...
I tested under MySQL 5.5.31; doing a set global innodb_stats_on_metadata = 0;
requires the SUPER privileges, so it's not a general solution applicable in phpMyAdmin.