<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
nate wrote:
<blockquote
 cite="mid:3248.65.102.144.193.1232559121.squirrel@webmail.linuxpowered.net"
 type="cite">
  <pre wrap="">Rob Kampen wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">How do I get some extra log info to track this down?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
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
<a class="moz-txt-link-abbreviated" href="mailto:CentOS@centos.org">CentOS@centos.org</a>
<a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a>
  </pre>
</blockquote>
Have entered those into the my.cnf file, restarted mysqld and monitored
the file - no entries forthcoming with the faulty page request.<br>
looking at show full processlist, I see the start of a new process,
then almost immediately it goes to sleep and then just sits there....<br>
Thanks for these items Nate - look useful for the future.<br>
I think I need to look in the php direction....<br>
Rob<br>
</body>
</html>