Hello.
I don't know a general way to force MySQL Server to reread it's
configuration file, however you could dynamically change lots
of variables using SET @@global.xx syntax. FLUSH command could be
helpful as well. See:
http://dev.mysql.com/doc/mysql/en/system-variables.html
http
be nice if MySQL had it.
> -Original Message-
> From: Gleb Paharenko [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 18, 2005 1:10 PM
> To: mysql@lists.mysql.com
> Subject: Re: Reload mysqld configuration without restart?
>
> Hello.
>
>
>
> I don
Is it possible for mysqld to reload its configuration files without
doing an explicit stop/start? I've searched the online documentation
plus my copy of the DuBois book to no avail.
The fact that the Debian init scripts don't do a proper config reload
(just the GRANT tables) does not give me lots