On 29-Mar-2003 Joseph Bannon wrote:
> The mysql support list is slow, so I though I would
> post here since I know this list is more active.
> MySQL shuts down when I start it up...
>  
># Starting mysqld daemon with databases
> from /home/mysqldb
> 030328 09:29:32  mysqld ended

Joe you got a reply within 20 minutes on the MySQL list asking you this:

What does your <hostname>.err log have to say about it?

Let's find your database error log, as root type:

find / -name "*.err" -print | grep mysql

Whatever filename(s) it finds --do tail <filename>.
That'll give you important clues on why the server shutdown.

Regards,
-- 
Don Read                                       [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.Don Read       
                               [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to