首页 > 数据库技术 > 详细

Mysql导入zabbix的sql语句时报错:ERROR 1045 (28000)

时间:2016-09-01 11:09:43      阅读:1000      评论:0      收藏:0      [点我收藏+]

#Warning: Using a password on the command line interface can be insecure.
#ERROR 1045 (28000): Access denied for user ‘zabbix‘@‘localhost‘ (using password: YES)

解决:

    mysql -uroot -e"delete from user where user=‘ ‘;" #删掉空用户
    mysql -uroot -e"flush privileges;"         #刷新权限 

PS:我的root没有设置密码。。。。

参考:http://blog.csdn.net/jiaping0424/article/details/51253202

Mysql导入zabbix的sql语句时报错:ERROR 1045 (28000)

原文:http://www.cnblogs.com/losbyday/p/5828667.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!