当前位置:Gxlcms > 数据库问题 > MySql准备工作

MySql准备工作

时间:2021-07-01 10:21:17 帮助过:2人阅读

service mysql start

 

2.登录

mysql -u用户 -p密码

 

3.显示库

show databases;

 

4.使用库

use 库名;

 

5.查看表

show tables;

 

MySql准备工作

标签:

人气教程排行