basic knowledge mysql command mysql command knowledge base

mysql command basic knowledge

 

Desktop command (cmd) into the mysql client 2477203708

Step 1: Install mysql, configure the environment variables

 

Step two: manually open service

 

The third step: entering the following:

[-h localhost -P 3306 mysql -u username -p password]

 

Knowledge relevant directives:

use car; using a library

show databases / tables; library and view tables

desc table; see table structure

Desktop command (cmd) into the mysql client 2477203708

Step 1: Install mysql, configure the environment variables

 

Step two: manually open service

 

The third step: entering the following:

[-h localhost -P 3306 mysql -u username -p password]

 

Knowledge relevant directives:

use car; using a library

show databases / tables; library and view tables

desc table; see table structure

Guess you like

Origin www.cnblogs.com/gfhfh3259/p/11668652.html