这主要是你的My.ini文件的问题 ,
你将你的MySQL版本与My.ini文件帖出来

解决方案 »

  1.   

    我已经把INI文件删除了。
    mysql3.23.52
      

  2.   

    呵呵,如果是MySQL 3.23.52你可以[mysqld]# Uncomment the following rows if you move the MySQL distribution to another location
    basedir = d:/mysql/
    datadir = d:/mysql/data/
    #bind-address=192.168.0.2
    port=3306
    #language=chinese
    default-character-set=gb2312# Uncomment the following if you want to log updates
    log-bin = d:/mysql/log/123.log
    log=d:/mysql/log/sql.log#socket=MySQLset-variable = key_buffer=16K
    set-variable = max_allowed_packet=1M
    set-variable = thread_stack=64K
    set-variable = table_cache=4
    set-variable = sort_buffer=64K
    set-variable = net_buffer_length=2K
      

  3.   

    [mysqld]# Uncomment the following rows if you move the MySQL distribution to another location
    basedir = c:/mysql/        # MySQL 安装目录   一定要用“/”
    datadir = c:/mysql/data/   # MySQL 数据库目录
    #bind-address=192.168.0.2  # 本机IP地址
    port=3306                  # 使用的TCP/IP端口
    #language=chinese          # MySQL 服务返回信息所用语种 (目前没有中文,需自己汉化)
    default-character-set=gb2312 # 设置默认字符集为GB2312# Uncomment the following if you want to log updates
    log-bin = d:/mysql/log/123.log   # 二进制日志文件路径
    log=d:/mysql/log/sql.log         # 更新日志文件路径
      

  4.   

    我刚才也遇到这样的错误,不过,我删除了MY。INI,在WINNT目录下,然后重新启动计算机
    然后启动MYSQL,我再启动那个MYDQLADMIN时他提示我输入用户名,密码,我输入ROOT相应的密码后,OK