Need help reading my mysql slow queries log

0 replies
Yesterday, my host disabled my account because there a was some sort of problem with a database.

They advised me to take a look at the mysql slow queries log where 'I would find the information needed to detect the problem'.

Thanks to my host's live chat service, my site is back online - however, no one was able to tell me what had been the exact problem. :rolleyes:

I thought I'd keep an eye on the mysql slow queries log. problem: I on't have a clue how to read the information inside.



At this time, there's only 1 notice in the log file:

# Fri Jan 16 06:30:20 2009
# Query_time: 2 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
use DATABASE_NAME;
SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes'
All help would be appreciated!
#database #log #mysql #phpmyadmin #programming #queries #reading #slow

Trending Topics