connection failed:
2003-出错:不能够在'192.168.0.21'上连接到mysql服务器(10061)
我的机子还有IIS
jdk  resin

解决方案 »

  1.   

    winmysql的ini
    #This File was made using the WinMySQLAdmin 1.4 Tool
    #2003-8-10 12:39:58#Uncomment or Add only the keys that you know how works.
    #Read the MySQL Manual for instructions[mysqld]
    basedir=C:/mysql
    #bind-address=192.168.0.21
    datadir=C:/mysql/data
    #language=C:/mysql/share/your language directory
    #slow query log#=
    #tmpdir#=
    #port=3307
    #set-variable=key_buffer=16M
    [WinMySQLadmin]
    Server=C:/mysql/bin/mysqld-nt.exe
    user=frds
    password=3307
    QueryInterval=10
      

  2.   

    2003-出错:不能够在'192.168.0.21'上连接到mysql服务器(10061)
    应该是你的 192.168.0.21 上的服务程序还没有运行,根据你的 my.ini 文件来看好像没有什么问题建议你修改 my.ini 这样再试试运行 winmysqladmin.exe  呢
    [mysqld]
    basedir=C:/mysql
    datadir=C:/mysql/data
    #  要保存路径正确
    skip-innodb
    #  不使用 InnoDB 表引擎[WinMySQLadmin]
    Server=C:/mysql/bin/mysqld-nt.exe