This is my feedback from ps -ef | grep mysqld
[root@localhost ~]# ps -ef | grep mysqld
root 15814 1 1 12:35 ? 00:08:24 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --socket=/var/lib/mysql/my
root 26445 13966 0 21:41 pts/0 00:00:00 grep mysqld
root 26452 15814 0 21:41 ? 00:00:00 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld
[root@localhost ~]#
Any pointers?
I am new to this , so please be gentle..
Main Topics
Browse All Topics





by: nemws1Posted on 2009-08-25 at 13:37:00ID: 25181979
Are you sure it restarted correctly?
Do this:
ps -ef | grep mysqld
Do you see anything? Try starting the database again.
Depends on the OS, but usually it's something like:
sudo /etc/init.d/mysqld start