MySQL Problem
Hi,
I had MySQL working perfectly yesterday, but when I logged on today and tried
to use it, it just didn't worked. I tried to find it with `ps waux | grep
mysqld`, but got nothing.
Then I tried to start it manually:
konrad@localhost /home/konrad # /usr/local/etc/rc.d/mysql-server.sh start
mysqldkonrad@localhost /home/konrad #
But the server didn't really started, so again I got nothing from `ps waux |
grep mysqld`. I also tried to stop it:
konrad@localhost /home/konrad # /usr/local/etc/rc.d/mysql-server.sh stop
mysql-server isn't running
konrad@localhost /home/konrad #
What could be wrong? Thank you!
|