mysql如何创建新用户,例如创建一个sss 密码为123的用户
展开全部
mysql添加用户方法
建立数据库gamesp
create database gamesp;
添加用户
grant all on 数胡亩据库名.* to 用户名@localhost identified by '密森轮码';
grant all on gamesp.* to newuser@localhost identified by 'password';
添加一个远程用户,名为username密码为password
GRANT ALL PRIVILEGES ON *.* TO username@"%" IDENTIFIED BY 'password'
说明:
(1)grant all 赋予所有的权限
(2)gamesp.* 数据库 gamesp 中所有的表
(3)newuser 用户名
(4)@localhost 在本地电脑上的 mysql server 服务器
(5)identfified by 'password' 设裤春森置密码
建立数据库gamesp
create database gamesp;
添加用户
grant all on 数胡亩据库名.* to 用户名@localhost identified by '密森轮码';
grant all on gamesp.* to newuser@localhost identified by 'password';
添加一个远程用户,名为username密码为password
GRANT ALL PRIVILEGES ON *.* TO username@"%" IDENTIFIED BY 'password'
说明:
(1)grant all 赋予所有的权限
(2)gamesp.* 数据库 gamesp 中所有的表
(3)newuser 用户名
(4)@localhost 在本地电脑上的 mysql server 服务器
(5)identfified by 'password' 设裤春森置密码
参考资料: http://apps.hi.baidu.com/share/detail/21235820
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你可以通过以下介绍的命令行方式来新增用户,所有信息都在“命令提示字符”窗口录入族段。
这里假设你的mysql数据库放在C:\盘根目录下
先到dos下进入C:\mysql\bin目录下,即当前位数纤置为C:\mysql\薯穗仿bin
现在开始使用以下命令建立新用户sss:
grant all privileges on 数据库.* to sss@localhost identified by "123";
上面格式串中的“数据库”指你已经建立好的Mysql数据库的库名称,localhost 为登陆主机名称
这里假设你的mysql数据库放在C:\盘根目录下
先到dos下进入C:\mysql\bin目录下,即当前位数纤置为C:\mysql\薯穗仿bin
现在开始使用以下命令建立新用户sss:
grant all privileges on 数据库.* to sss@localhost identified by "123";
上面格式串中的“数据库”指你已经建立好的Mysql数据库的库名称,localhost 为登陆主机名称
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询