MySQL Cheat Sheet Query Page

Posted on

Database Section

Select Database

mysql> use database_name

Example

mysql> use mydb;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> 

Leave a Reply