Topic: 求助MySQL无法动!

  Print this page

1.求助MySQL无法动! Copy to clipboard
Posted by: james19790619
Posted on: 2005-06-16 17:23

求助MySQL无法动!
显示:
错误:1067,进程意外中止。

2.Re:求助MySQL无法动! [Re: james19790619] Copy to clipboard
Posted by: bohui0714
Posted on: 2005-06-29 14:44

mysql服务无法启动的解决方法
Windows XP,2000 ADSERVER安装mysql,WinMySQLadmin.exe无法启动,在管理工具的服务中启动mysql服务时都会在中途报错,内容为:在 本地计算机 无法启动mysql服务 错误1067:进程意外中止

经过网上搜索,得解决方法如下:

查找系统(后来验证应该为windows目录)目录下的my.ini文件,编辑内容(如果没有该文件,则新建一个),添加如下内容。

[mysqld]# set basedir to installation path, e.g., c:/mysqlbasedir=D:/www/WebServer/MySQL

# set datadir to location of data directory,# e.g., c:/mysql/data or d:/mydata/datadatadir=D:/www/WebServer/MySQL/data

[WinMySQLadmin]Server=D:/www/WebServer/MySQL/bin/mysqld-nt.exeuser=rootpassword=xxxxxxxx

//答案来源于网络, 本人没有验证

3.Re:求助MySQL无法动! [Re: james19790619] Copy to clipboard
Posted by: bohui0714
Posted on: 2005-06-29 14:50

查找Windows目录下的my.ini文件,编辑内容(如果没有该文件,则新建一个),至少包含basedir,datadir这两个基本的配置。
[mysqld]
# set basedir to installation path, e.g., c:/mysql
# 设置为MYSQL的安装目录
basedir=D:/www/WebServer/MySQL
# set datadir to location of data directory,
# e.g., c:/mysql/data or d:/mydata/data
# 设置为MYSQL的数据目录
datadir=D:/www/WebServer/MySQL/data

另外,要注意:
[WinMySQLadmin]
Server=D:/www/WebServer/MySQL/bin/mysqld-nt.exe
user=root
password=xxxxxxxx
#以上是设置WinMySQLadmin的配置
[Client]
user=root
password=xxxxxxxx

4.Re:求助MySQL无法动! [Re: james19790619] Copy to clipboard
Posted by: fmiu
Posted on: 2005-07-06 23:48

谢了

5.Re:求助MySQL无法动! [Re: james19790619] Copy to clipboard
Posted by: fmiu
Posted on: 2005-07-06 23:57

还有个问题,新版的MySQL(mysql-noinstall-5.0.7-be.zip)的bin目录下没WinMySQLadmin.exe文件
是我下载的版本不对吗?


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923