I have a problem in a Java based application which works with a MySQL database. Things happens similary with PhpMyAdmin. To execute a query which selects a table with 600 rows it takes 8 seconds. The same query executed in another application, MySQLGui takes 0,1 seconds. It seems that both...