• 0

How to start and stop mysql from the command line on mac

mysql.server start # Start MySQL server
mysql.server stop # Stop MySQL server
mysql.server restart # Restart MySQL server