Home - zhamri/MyClass-MySQL GitHub Wiki

Login MySQL

mysql -u root -p

Useful Command

brew services list
brew list --versions
brew list --versions mysql
brew info mysql
brew search mysql

brew services start mysql
brew services stop mysql
brew services restart mysql

Upgrading MySQL

Upgrading from MySQL <8.4 to MySQL >9.0 requires running MySQL 8.4 first:
 - brew services stop mysql
 - brew install [email protected]
 - brew services start [email protected]
 - brew services stop [email protected]
 - brew services start mysql