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。
阅读量:38
阅读量:45
阅读量:85
阅读量:59
阅读量:49