请检查你的My.ini文件,
它在你的WINNT目录下,
一定是这个文件的配置项出错了如果你的MySQL是3.23版的
你可以将它删除再试试

解决方案 »

  1.   

    好象没有
    我是在X:\Documents and Settings\Administrator\WINDOWS 找到的
    我用的是mysql-3.23.19-beta-win问题依旧
      

  2.   

    把你的my.cnf拷到C:\下
    或把my.ini拷到你的winnt目录下,再试试
      

  3.   

    我也遇到这个问题
    我的机子 windows2000 server
            mysql 4.0.4 -beta- win
    我找不到 my.cnf或my.ini文件
      

  4.   

    mysql-3.23.19-beta-win
    请在WINNT(WIN2K\WINNT),WINDOWS(WIN9x\WINXP)目录下,检查my.ini文件,
    >>>>>>>>>>>>>>>>>>>>>>>>>TO   lxf4221(香箭) 
    windows2000 server
    mysql 4.0.4 -beta- win请在WINNT下检查my.ini文件,
    用下面的试试[mysqld]# Uncomment the following rows if you move the MySQL distribution to another location
    basedir = d:/mysql/
    datadir = d:/mysql/data/
    #tmpdir#=
    #bind-address=192.168.0.2
    port=3306
    #language =chinese
    default-character-set =gb2312
    #timezone =GMT+ 8   #时区北京
    # Uncomment the following if you want to log updates
    log-bin = d:/mysql/log/123.log
    log =d:/mysql/log/sql.log
    local-infile =1 #允许使用 LOAD  DATA  LOCAL
    #socket =MySQL
    skip-lockingset-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
    server-id = 1# Un comment the following if you are NOT using BDB tables
    skip-bdb# Uncomment the following if you are using Innobase tables
    skip-innodb
    注意最后两个 
    skip-bdb
    skip-innodb一般来说你按上面的配置文件,应该应能启动MySQL服务了,
    不过你不能用bdb\innodb类型表了,要使用innodb类型的表还需要注意一些问题,
    描述有点费口小,
    你先排除最简单的问题吧