View Single Post
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#1723
Originally Posted by dannycamps View Post
Just run the following command from X-term to see if mysql is still running:

ps -eaf | grep mysqld
~ $ ps -eaf |grep -i mysql
1801 root 4548 S /bin/sh /usr/bin/mysqld_safe
2081 101 77896 S /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/my
2082 root 3368 S logger -p daemon.err -t mysqld_safe -i -t mysqld
~ $

and to show I do not have it in maeme

$ sudo dpkg -l |grep -i mysql
~ $

thanks.