Hi,
I've been looking at /etc/init.d/mysql init script and saw that 'reload' spits out just 'exit 3' and doesn't actually do anything else.
I'm talking here about stock MySQL on CentOS 6.5.
What's the reason to do this? It seems quite misleading!
Regards, Martin
2014-08-05 10:09 GMT+03:00 Martin Božič martin@b021c.si:
Hi,
I've been looking at /etc/init.d/mysql init script and saw that 'reload' spits out just 'exit 3' and doesn't actually do anything else.
I'm talking here about stock MySQL on CentOS 6.5.
What's the reason to do this? It seems quite misleading!
Maybe reload without restart is not supported, see: http://stackoverflow.com/questions/917865/how-do-you-refresh-the-mysql-confi...
-- Eero