Chinaunix首页 | 论坛 | 博客
  • 博客访问: 91247
  • 博文数量: 48
  • 博客积分: 2500
  • 博客等级: 少校
  • 技术积分: 440
  • 用 户 组: 普通用户
  • 注册时间: 2008-09-21 17:33
文章分类

全部博文(48)

文章存档

2011年(2)

2009年(17)

2008年(29)

我的朋友
最近访客

分类: Mysql/postgreSQL

2008-09-22 10:54:38

错误提示:message   from   server:   "Access   denied   for   user   'root'@'localhost'   (using   password:   YES)"  
解决方法:

权限问题  
   
法一:mysql>grant   all   on   *.*   to   root@'%'   identified   by   '1234567';
法二:Mysql>grant   all   privileges   on   *.*   to’backup’@’192.168.188.2’   identified   by   ‘1111’;    
'给使用192.168.188.2连接的backup用户以所有权限.  
Mysql>flush   privileges;    
'更新权限.  
阅读(645) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~