Chapter 2 slides
Chapter 2 slides
How to use
MySQL Workbench
and other
development tools
Note
After you install MySQL, the database server usually starts
automatically each time you start your computer.
Notes
The results of each statement that returns data are displayed in a
separate Result grid.
If a script contains more than one statement, you must code a
semicolon at the end of each statement.
For macOS
cd /usr/local/mysql/bin
./mysql –u root -p