Create a gist now

Instantly share code, notes, and snippets.

@skinuxgeek /output Secret
Created Oct 4, 2017

What would you like to do?
Ubuntu ps aux | grep mysql
ps aux | grep mysqld
root 1574 0.0 0.1 28240 3736 ? S 05:36 0:00 /bin/bash /usr/bin/mysqld_safe
mysql 1718 0.0 3.2 629040 111960 ? Sl 05:36 0:03 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --user=mysql --skip-log-error --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/run/mysqld/mysqld.sock --port=3306
root 1719 0.0 0.0 33160 1400 ? S 05:36 0:00 logger -t mysqld -p daemon error
skinux 3772 0.0 0.0 21292 1032 pts/0 S+ 06:47 0:00 grep --color=auto mysqld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment