Admin-Stress <[EMAIL PROTECTED]> wrote:
> 
> How can I enable MySQL 4.0.16 log ? 
> 
> I just compiled and installed it in my RedHat 9.0 system, but I cant see any log 
> files. I use
> default /etc/my.cnf from my-large.cnf.
> 

Depends on what exactly logging you want to turn on (binary, update, general query 
log, slow query log) you should put to the my.cnf appropriate entry. For example, to 
enable binary log put to the my.cnf:

[mysqld]
log-bin



-- 
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]

Reply via email to