Unless you ran it as
mysql_install_db --user=mysql
mysql does not own the databases.
do
chown -R mysql /usr/local/mysql
chown -R /var/lib/mysql
( Or whereever your database directory is )

jesse junsay wrote:

> Hi..
> 
> I have a problem running my MySQL server. After
> running shell>mysql_install_db when everything runs
> fine then I tried to start the server with this
> command shell>safe_mysqld &
> 
> Then this error occurs.....
> 
> "starting mysqld daemon with databases from XXXXXX
> mysql daemon ended"
> 
> The manual didn't say anything on how to solve this
> problem. So I hope this will help.
> 
> Please send your response to [EMAIL PROTECTED]
> 
> 
> thanks...
> 
> 
> __________________________________________________
> Do You Yahoo!?
> NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
> http://geocities.yahoo.com/ps/info1
> 
> ---------------------------------------------------------------------
> 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


-- 
Gerald L. Clark
[EMAIL PROTECTED]


---------------------------------------------------------------------
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