For people who study with Real MySQL
that is published by wikibooks.
- MySQL Server Version: 5.7.22
If you want to start mysql server
make all
or
make run
make initialize-database
If you want to stop mysql server
make stop
Account info for connecting
Host: 127.0.0.1
Username: root
Password: X (empty)
- Use your mysql client like
Sequel Pro
,DataGrip
and etc to execute SQL.