LAMP Stack Setup on El Capitan

Very Good article on Setting up LAMP Stack on El Capitan:

http://coolestguidesontheplanet.com/get-apache-mysql-php-and-phpmyadmin-working-on-osx-10-11-el-capitan/

On OS X Yosemite/El Capitan to start/stop/restart MySQL post 5.7 from the command line:

sudo launchctl load -F /Library/LaunchDaemons/com.oracle.oss.mysql.mysqld.plist
sudo launchctl unload -F /Library/LaunchDaemons/com.oracle.oss.mysql.mysqld.plist

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *