红联Linux门户
Linux帮助

mysql数据库root权限怎么改?

发布时间:2012-03-05 16:37:37来源:红联作者:jovon
现在的情况是root并不是超级用户,输入命令mysqladmin -u root password 'abcde'设置root的密码
会出现mysqladmin: Can't turn off logging; error: 'Access denied; you need (at least one of) the SUPER privilege(s) for this operation'
如果输入mysql> FLUSH PRIVILEGES;更新权限会出现
ERROR 1227 (42000): Access denied; you need (at least one of) the RELOAD privilege(s) for this operation
文章评论

共有 2 条评论

  1. litao941 于 2012-03-22 16:21:39发表:

    同样问题

  2. 于 2012-03-22 16:18:47发表:

    同样问题