Small question about standard-log.

jeffery

Verified User
Joined
Jan 13, 2004
Messages
279
My MySQL is running under "log" mode, such as standard-log and Max-log. How can I disable it and use the "standard" or "max" version?


Moreover, I have checked that mysqld_safe is running by the command :

ps | grep mysqld

Is it normal?

Thanks!:)
 
Not quite sure about the logs, but it's normal to have mysqld_safe running. It's the daemon that spawns the clients.

John
 
Back
Top