Re: mysqld logging

2012-08-31 Thread Bill Shirley
On 8/31/2012 3:14 PM, Martín Marqués wrote: How can I get queries to get logged in mysqld? I tried adding these lines to /etc/my.cnf on tag [mysqld] with no luck (yes I restarted the daemon): long_query_time=0 general_log=1 general_log_file = /var/log/mysql.log Any ideas? For mysql-5.5.27 o

Re: mysqld logging

2012-08-31 Thread Mike Wright
On 08/31/2012 12:14 PM, Martín Marqués wrote: How can I get queries to get logged in mysqld? I tried adding these lines to /etc/my.cnf on tag [mysqld] with no luck (yes I restarted the daemon): long_query_time=0 general_log=1 general_log_file = /var/log/mysql.log Any ideas? I have this in my

mysqld logging

2012-08-31 Thread Martín Marqués
How can I get queries to get logged in mysqld? I tried adding these lines to /etc/my.cnf on tag [mysqld] with no luck (yes I restarted the daemon): long_query_time=0 general_log=1 general_log_file = /var/log/mysql.log Any ideas? -- Martín Marqués select 'martin.marques' || '@' || 'gmail.com' DB