为什么我的Mysql Query Browser连接不了Mysql,密码,用户都基本没有设置错误
http://wenwen.soso.com/z/q127259318.htm

解决方案 »

  1.   

    错误信息是什么?
    如果以ROOT账号,指明的hostname是什么? localhost?
      

  2.   

    could not connect to the specified instance.
    Mysql Error number 2003
    Can't connect to Mysql server on'localhost'(10061)
      

  3.   

    未授权。到mysql中grant all on *.* to root@%;
      

  4.   

    我进去了,选定test数据库,然后输入grant all on *.* to root@%;
    报错:
    error 1064(42000):you have an error in your sql syntax;check the manual that corresponds to your Mysql server version for the right syntax to use near 'root@%'at line 1
      

  5.   

    GRANT ALL PRIVILEGES ON *.* TO 'root'@'%';试一下这句。
      

  6.   

    语句正确,mysql可以使用,但是我的Mysql Query Browser插件还是连接不了Mysql
      

  7.   

    基本没看明白什么问题。create user newuser ;
    grant all privileges on *.* to newuser@%try to use the new user to connect
      

  8.   

    就是我的mysql能用,就是在dos界面能用,在安装界面操作插件Mysql Query Browser后,那个插件连接不了Mysql,但Mysql还能用,我就是想问为什么那个插件连接不了Mysql