Rob Kampen wrote:
How do I get some extra log info to track this down?
Have you tried to run 'show full processlist' on mysql while
the query is running? It should show all active queries, what
they are doing and how long they have been running for.
Also enable slow query logging and logging when not using
indexes, add to /etc/my.cnf and restart mysql:
example:
log-slow-queries = /var/lib/mysql_logs/slowqueries.log
log-queries-not-using-indexes
long_query_time = 3
nate
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Have entered those into the my.cnf file, restarted mysqld and monitored
the file - no entries forthcoming with the faulty page request.