MySQL
On macOS Sierra & OS to start/stop/restart MySQL post 5.7 from the command line:
| 
					 1 2 3 4 5 6  | 
						sudo launchctl load -F /Library/LaunchDaemons/com.oracle.oss.mysql.mysqld.plist sudo launchctl unload -F /Library/LaunchDaemons/com.oracle.oss.mysql.mysqld.plist mysqladmin ping systemctl status mysql.service mysqladmin -p -u root version  | 
					
