输入密码
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;
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。