400 028 6601

建站动态

根据您的个性需求进行定制 先人一步 抢占小程序红利时代

创建数据库、业务用户

create database xxx character set utf8 collate utf8_bin;
grant all privileges on xxx.* to 'xxx'@'%' identified by 'pass' with grant option;
grant all privileges on xxx.* to 'xxx'@'127.0.0.1' identified by 'pass' with grant option;
grant all privileges on xxx.* to 'xxx'@'localhost' identified by 'pass' with grant option;
grant all privileges on xxx.* to 'xxx'@'hostname' identified by 'pass' with grant option;
grant select on MySQL.proc to xxx;
grant show databases on *.* to xxx;

本文题目:创建数据库、业务用户
标题路径:http://www.bluegullmedia.com/article/jhehch.html

其他资讯

让你的专属顾问为你服务

0.0470s