speedcat 发表于 2003 年 3 月 27 日 00:00:00

[求助]为什么我的MYSQL不能启动

双硬盘,主盘装winme(C盘),从盘装win2000sp3(D盘),mysql安装在win2000sp3
mysql版本:mysql-4.0.11-gamma-win
安装后不能启动mysql,出现提示:在本地计算机无法启动mysql服务,错误1067,进程意外终止

my.ini文件内容:
# Example mysql config file.
# Copy this file to c:\my.cnf to set global options
#
# One can use all long options that the program supports.
# Run the program with --help to get a list of available options

# This will be passed to all mysql clients

#password=my_password
port=3306
#socket=MySQL

# Here is entries for some specific programs
# The following values assume you have at least 32M ram

# The MySQL server

port=3306
#socket=MySQL
skip-locking
default-character-set=latin1
set-variable = key_buffer=16M
set-variable = max_allowed_packet=1M
set-variable = thread_stack=128K
set-variable = flush_time=1800

# Uncomment the following row if you move the MySQL distribution to another
# location
basedir =D:/mysql
datadir=D:/mysql/data


quick
set-variable = max_allowed_packet=16M


no-auto-rehash


set-variable= key=16M


help_file= c:\mysql\sql_client\MySQL.help
client_file= c:\mysql\MySQL.options
history_length=20
database = test
queries_root= c:\apache\mysql\queries
last_database_file= c:\apache\mysql\lastdb

Server=D:/mysql/bin/mysqld-max-nt.exe
user=speedcat
password=123456


怎样才能启动mysql????
弄了很久没搞定……

qq270525342 发表于 2011 年 2 月 6 日 21:25:36

帮楼主顶         
支持
页: [1]
查看完整版本: [求助]为什么我的MYSQL不能启动