Re: query: restartmysql daemon

2002-06-27 Thread Egor Egorov
Anil, Wednesday, June 26, 2002, 11:31:00 PM, you wrote: AG> the sql process(on doing ps) shows the following process: AG> /usr/local/bin/safe_mysqld --user=mysql AG> when i kill this process and try to restart it with command: AG> safe_mysqld --user=mysql AG> it says "a mysql process already exi

Re: query: restartmysql daemon

2002-06-27 Thread richard . mail
try killall mysqld and then try to start it Anil Garg writes: > Hi, > the sql process(on doing ps) shows the following process: > /usr/local/bin/safe_mysqld --user=mysql > when i kill this process and try to restart it with command: > safe_mysqld --user=mysql > > it says "a mysql process al

query: restartmysql daemon

2002-06-26 Thread Anil Garg
Hi, the sql process(on doing ps) shows the following process: /usr/local/bin/safe_mysqld --user=mysql when i kill this process and try to restart it with command: safe_mysqld --user=mysql it says "a mysql process already exists". can anyone tell me how to restart mysql daemon. thanx anil --