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 programs are connected to the database through mysql socket.
Do you know which can be the cause of the delay?!?
Do you know which can be the cause of the delay?!?