Database
SQL and NoSQL database commands for querying, managing schemas, users, backups, and database administration.
102 commands
Browse by Topic
Install MySQL (macOS)
$ brew install mysql
Install MySQL database server using Homebrew on macOS
Check MySQL version
$ mysql --version
Verify MySQL is installed and display the current version
Start MySQL server (macOS)
$ brew services start mysql
Start MySQL server as a background service using Homebrew
Discussion
Loading comments...