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
Post a Comment