bruce wrote:
hi...

i changed the mysql my.cnf to provide log files. i restarted mysql, but i
don't see the log files...

any idea as to what i may have missed. i'm running FC4, mysql 4.1.

the my.cnf is:

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
set-variable = max_connections=1000
set-variable = log-error=/var/log/mysql_err.log
set-variable = log=/var/log/mysql_query.log

Logs aren't defined that way, they are simply:

log = /path/to/log

(ie without the 'set-variable' at the start).

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

Reply via email to