I know the commands to restart/stop/start, but when I try to pass options it doesn't seem to work!
CENTOS 6, MySQL 5.14
service mysql restart
service httpd restart
Then I tried this:
/etc/init.d/mysql --general_log /my/log/path.log
That doesn't work either (the error message says it doesn't have access) =/
Update: Apparently I can't run mysqld as root because of security issues
/var/log)? What user are you running these commands as? What OS are you running? – Gilles Feb 8 '12 at 23:33