MySQL start problem
I successfully installed RPM of mysql-server, mysql-client, mysql-shared on my Fedora Core 5.
Starting MySQL with: /etc/init.d/mysql start returns me FAILED.
So, I type: mysqld_safe &: MySQL is now up and running. I can now stop it. But, If I stop and try to restart MySQL fails back.
I've to start always by mysql_safe &!
What is wrong?
|