`
woshixushigang
  • 浏览: 562651 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类

mysql添加用户

阅读更多

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;

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics