Skip to content

Instantly share code, notes, and snippets.

@cranderveldt
Created July 8, 2012 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cranderveldt/3069120 to your computer and use it in GitHub Desktop.
Save cranderveldt/3069120 to your computer and use it in GitHub Desktop.
mysql commandline output
//Output of $ ps aux | grep mysql
Username 24175 0.0 0.0 2653808 1280 ?? S 3Jun12 8:15.99 /usr/local/Cellar/mysql/5.5.24/bin/mysqld --basedir=/usr/local/Cellar/mysql/5.5.24 --datadir=/usr/local/var/mysql --plugin-dir=/usr/local/Cellar/mysql/5.5.24/lib/plugin --log-error=/usr/local/var/mysql/Old-Computer-Name.local.err --pid-file=/usr/local/var/mysql/Old-Computer-Name.local.pid
Username 24104 0.0 0.0 2435488 0 ?? S 3Jun12 0:00.03 /bin/sh /usr/local/Cellar/mysql/5.5.24/bin/mysqld_safe --datadir=/usr/local/var/mysql --pid-file=/usr/local/var/mysql/Old-Computer-Name.local.pid
Username 20063 0.0 0.0 2434892 540 s002 S+ 10:55PM 0:00.00 grep mysql
Username 19994 0.0 0.7 2613272 30384 ?? S 10:54PM 0:00.10 /usr/local/Cellar/mysql/5.5.24/bin/mysqld --basedir=/usr/local/Cellar/mysql/5.5.24 --datadir=/usr/local/var/mysql --plugin-dir=/usr/local/Cellar/mysql/5.5.24/lib/plugin --log-error=/usr/local/var/mysql/New-Computer-Name.local.err --pid-file=/usr/local/var/mysql/New-Computer-Name.local.pid
Username 19948 0.0 0.0 2435488 896 ?? S 10:54PM 0:00.03 /bin/sh /usr/local/bin/mysqld_safe
//Output of $ which mysql
/usr/local/bin/mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment