Mysql库的操作
1、查看Mysql库.
show databases;

2、创建Mysql库.
create database 库名;

3、修改Mysql库信息.
alter database 库名 character set utf8;

4、查看Mysql库信息.
show create database 库名;

5、使用Mysql库.
use 库名;

6、删除Mysql库.
drop database 库名;

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
阅读量:84
阅读量:173
阅读量:100
阅读量:164
阅读量:86