码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2016-09-01 11:10:15      阅读:2874      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!