摘要:
问题如图: 解决: 阅读全文
摘要:
http://blog.csdn.net/wode_dream/article/details/38052639 阅读全文
摘要:
1、create schema [数据库名称] default character set utf8 collate utf8_general_ci;--创建数据库 采用create schema和create database创建数据库的效果一样。 2、create user '[用户名称]'@' 阅读全文