On Tue, 2013-07-30 at 16:16 -0400, Ethan Rosenberg, PhD wrote: > Is the MySQL server running? > > ps aux | grep mysql > > ---> ethan@meow:~$ ps aux | grep mysql > ethan 3043 0.0 0.0 3300 772 pts/0 S+ 13:12 0:00 grep > mysql <--
ps aux does show all running processes ;). 3043 is the process identifier. If you would run kill -9 3043 you could see what happens if it wouldn't run. It didn't need CPU or memory for work at the moment you run ps aux. Run top while mysql is working. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1375216236.716.45.camel@archlinux