Want to learn MySQL The mysql CLI and First Commands in a real environment?
Click below, get a fresh Linux box with MySQL ready to go, and work through The mysql CLI and First Commands hands-on with an AI tutor that knows your code.
Start this lessonThe mysql CLI and First CommandsWhat you'll learn
- Mysql client
- Connecting with -u and -p
- SHOW DATABASES
- USE
- SHOW TABLES
- DESCRIBE
- Exiting the client
- Semicolons and multiline queries
