Re: General log file in v3.23.52

2004-06-10 Thread Egor Egorov
Don Dachner [EMAIL PROTECTED] wrote:

 How do I turn on the General log file in version 3.23.52? Can I put an entry in the 
 my.cnf file and reboot?

Yes, put the log entry in my.cnf and restart MySQL. 
If you are running Red Hat Linux, restart MySQL by running
service mysql restart

In other case, run
mysqladmin -uroot shutdown

Then as root:
mysqld_safe  






-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




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



General log file in v3.23.52

2004-06-09 Thread Don Dachner
How do I turn on the General log file in version 3.23.52? Can I put an entry in the 
my.cnf file and reboot?
 
Thanks,
 
Don