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
#set-variable = log-bin=/var/log/mysql_bin.log
set-variable = log-slow-queries=/var/log/mysql_slow.log
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1


thanks



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

Reply via email to