osx yosemite - Unable to stop MySQL on OS X 10.10 -


i'm starting go nuts on this. setup mysql/apache/php using tutorial coolest guides on planet. im guessing went wrong not working expected want uninstall , try again. trouble can't stop mysql either system preferences or command line. keep trying suggestions on net far unsuccessful. can help?

thanks

finally got around autostart - contributed , allowed me see way.

to stop auto start used:

sudo launchctl unload -w /library/launchdaemons/com.mysql.mysql.plist 

and kill service used:

sudo pkill mysqld 

Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -