mysql添加用户
来源:网络 责任编辑:栏目编辑 发表时间:2013-07-01 20:08 点击:次
mysql添加用户
先以root用户登入
选择要添加的数据库(jbpm)
use jbpm
grant all on jbpm to scott@localhost identified by scott
删除用户
mysql -uroot -proot
use mysql
delete from user where user=scott and host=localhost;
flush privileges;
先以root用户登入
选择要添加的数据库(jbpm)
use jbpm
grant all on jbpm to scott@localhost identified by scott
删除用户
mysql -uroot -proot
use mysql
delete from user where user=scott and host=localhost;
flush privileges;
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>