下载个最新版本吧!
http://www.mysqlfront.de/

解决方案 »

  1.   

    我下了一个MYSQL-Front3.1的,是最新的了。怎么还是连不上。是不是我服务器设的不对,有没有这方面的文章??
      

  2.   

    先在MS DOS下连接看看c:\mysql\bin>mysql -uroot -p
      

  3.   

    也许是mysql 4.1换了用户加密方式,把MYSQL4.1.8-win设置成“use old password”试下
      

  4.   

    把MYSQL4.1.8-win设置成“use old password”试下???这个的详细步骤是??怎么来设???
      

  5.   

    MYSQL4.1.8-win设置成“use old password”试下???这个的详细步骤是??怎么来设???
    有人知道吗?
      

  6.   

    D:\MySQL\bin>mysql -u root -p
    Enter password: ********
    Welcome to the MySQL monitor.  Commands end with ; or \g.
    Your MySQL connection id is 16 to server version: 4.1.7-ntType 'help;' or '\h' for help. Type '\c' to clear the buffer.mysql> set password for bugs@localhost = old_password('new_password');
    mysql> FLUSH PRIVILEGES; 
    不好意思,俺折腾bugzilla的时候发现的,mysql 4.1.X以后用户加密方式改了