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, g
How are you starting mysql? as a service? I dont think it keeps a log
file by default.
If you are not starting mysql as a service, start it with the
--log-error=/var/log/mysqld --log-warnings
flags. If you are starting it as a service, add those flags to your
mysql file inside /etc/rc.d/init.