where's your mysqld located?

just change your safe_mysql script to contain the correct location of your
mysqld binary.

also, i *think* mysqladmin -uroot -p[pass] shutdown
is the preferred shutdown mechanism, didn't even know you could do that
with mysql (client).

are you sure it's actually stopped? do a 'ps | grep mysqld' to find out ;)


Atle

On Wed, 21 Feb 2001, John Jensen wrote:

> I had shut down the mysql daemon using:
>       bin/mysql -u root -p[password] shutdown
> Now when I attempt to restart it using:
>       bin/safe_mysql &
> it gives me the message:
>       [1] 2564
>       The file /usr/local/mysql/libexec/mysqld doesn't exist or is not
>       executable
>       Please do a cd to the mysql installation directory and restart this
>       script from there as follows:
>       ./bin/safe_mysql
> but ./bin/safe_mysql just gave me the same message prefaced by:
>       [2] 2570
> I checked and found the directory 'libexec' does not exist. I can't 
> recall it ever did. So now I am left wondering: "Why is it trying to 
> look in a non-existent direcory?" and "What went wrong?"
> 
> Any ideas?
> 
> 
> John Jensen
> 520 Goshawk Court
> Bakersfield, CA 93309
> 661-833-2858
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to