PDA

View Full Version : Reload MySQL config without restart?


djvishnu
August 11th, 2006, 05:29 AM
Is it possible to reload the mysql configuration without restarting?

I have to add a bind "ip" to my.cnf on a radius accounting server, but I do not want to restart the whole service.

etechsupport.net
August 11th, 2006, 09:11 AM
MySQL settings are loaded in RAM of your system. There's no other way to flush previous memory other than restarting MySQL.

Kurt`
August 11th, 2006, 10:33 AM
etechsupport.net that's not quite true...

Try # sudo /etc/init.d/mysql reload

:)