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_instal
jesse junsay writes:
> Then this error occurs.
>
> "starting mysqld daemon with databases from XX
> mysql daemon ended"
>
> The manual didn't say anything on how to solve this
> problem. So I hope this will help.
That's not an error message. Error messages can be
found in the error lo
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 XX
mysql daemon ended"
The manual did