问题描述:
windowsxp系统 mysql-5.5使用MySQL-Front连接
提示:1045 access denied for user 'root'@'localhost' using password yes网上解决方案:http://bjtdeyx.iteye.com/blog/1463522
通过使用上面的默认的方法和另外一个方法,依然还是有问题:
---在dos界面上出现
120702 16:17:35 [Warning] option 'new': boolean value 't' wasn't recognized. Set
 to OFF.
光标一直闪烁请问如何解决1045该问题?

解决方案 »

  1.   

    执行下面这句话
    grant all on *.* to root@localhost identified by 'yourpassword';
    难道你mysql是5.5?
      

  2.   

    to:rucypli
    恩,是的 5.5.25to:wwwwb
    目前的环境是:
    mysql版本:5.5.25
    操作系统:windows 7x86
    操作:
    使用MYSQL-FRONT客户端,提示错误:
    1045 access denied for user 'root'@'localhost' using password yes
    以及DOS命令,提示错误:
    ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'root'
      

  3.   

    参考下贴中的检查方法并贴出你的检查结果(#43楼)http://topic.csdn.net/u/20090920/22/14d4f597-b7d4-4c24-b0db-abb2956e66c3.html
    [收集]mysql   无法联接故障现象及原因