Thread: restart mysqld
View Single Post

  #2 (permalink)  
Old 03-27-2008
Peter H. Coffin
 
Posts: n/a
Default Re: restart mysqld

On Thu, 27 Mar 2008 19:26:21 GMT, Chuck wrote:
>
> I thought I read somewhere that you could restart the mysqld process -
> or at least force it to reread the my.cnf parameters - by sending it a
> particular signal with the kill command. I can't find that documentation
> now. Is that true and if so what signal is it? TIA
>
> My platform is solaris 10, mysql 5.0,


mysqladmin relaod

-u -p and -h as with mysql CLI.

--
Science is like sex:
sometimes something useful comes out, but that's not why we're doing it.
-- Richard Feynman
Reply With Quote