01- Basics
How to enter and view databases, create them, delete them, and make backup copies.
MySQL Version
mysql --version
Connect to MySQL
mysql -u root -p
Show All Databases
show databases;