0

After installing the script found at How to auto-load MySQL on startup on OS X Yosemite / El Capitan, MySql starts automatically at system reboot of Yosemite, but now it impossible to stop it using the control panel in system preferences

Community
  • 1
  • 1

1 Answers1

0

Try these commands in terminal instead of the control panel for now:

sudo /usr/local/mysql/support-files/mysql.server start

sudo /usr/local/mysql/support-files/mysql.server stop

I believe installing the latest version of MySQL will fix the GUI issue: http://coolestguidesontheplanet.com/get-apache-mysql-php-phpmyadmin-working-osx-10-10-yosemite/

Credit: https://stackoverflow.com/a/25954335/922522

Community
  • 1
  • 1
Justin
  • 26,443
  • 16
  • 111
  • 128