输入密码
mysql > create database 数据库名称;
mysql > grant all privileges on 数据库名称.* to 数据库名称@'%' identified by '密码';
mysql > flush privileges;
输入密码
mysql > create database 数据库名称;
mysql > grant all privileges on 数据库名称.* to 数据库名称@'%' identified by '密码';
mysql > flush privileges;