21.09.2011, 12:53
Have you checked debug log ?
Are there any errors ? does your server suddenly lose the connection to database so it needs to reconnect?
Is the reverse dns option active on mysql server? if yes, you should start the mysql process with '--skip-name-resolve' parameter.
There are some mysql techniques to debug for 'slow queries'. You cold ****** that.. if anything else seems fine.
Are there any errors ? does your server suddenly lose the connection to database so it needs to reconnect?
Is the reverse dns option active on mysql server? if yes, you should start the mysql process with '--skip-name-resolve' parameter.
There are some mysql techniques to debug for 'slow queries'. You cold ****** that.. if anything else seems fine.