Reinhart Viane wrote:

How can I see the running queries on a linux comp?

If you have a fairly standard config, with a log file defined --

prompt> grep '^log=' /etc/my.cnf | sed 's/log=//g' | xargs tail -f


If there's no log file in /etc/my.cnf, start by putting one there :-)

HTH!
--
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to