View previous topic :: View next topic |
Author |
Message |
vxspiritxv n00b
Joined: 07 Apr 2003 Posts: 60
|
Posted: Mon Oct 20, 2003 10:29 pm Post subject: MySQL Logging |
|
|
I read http://www.mysql.com/doc/en/Query_log.html but I can't find the --log option in /etc/init.d/mysql or /usr/bin/mysqld_safe
How do I disable loging? (I only have 2 sites on my machine and getting logs of 2gigs a day in /var/log/mysql/mysql.log) |
|
Back to top |
|
|
Steffen Apprentice
Joined: 14 Jul 2002 Posts: 159
|
Posted: Mon Oct 20, 2003 10:40 pm Post subject: |
|
|
I think you have to comment out the following line in your /etc/mysql/my.cnf and then restart your mysql server:
Code: | log = /var/log/mysql/mysql.log |
|
|
Back to top |
|
|
|