Chinaunix首页 | 论坛 | 博客
  • 博客访问: 103678153
  • 博文数量: 19283
  • 博客积分: 9968
  • 博客等级: 上将
  • 技术积分: 196062
  • 用 户 组: 普通用户
  • 注册时间: 2007-02-07 14:28
文章分类

全部博文(19283)

文章存档

2011年(1)

2009年(125)

2008年(19094)

2007年(63)

分类: Mysql/postgreSQL

2008-04-06 10:38:20

作者: qtsmy  出自:
今天在重新安装mysql服务的时候遇到如下错误:

C:\Program Files\MySQL\MySQL Server 4.1\bin>mysqld-nt --remove
Service successfully removed.

C:\Program Files\MySQL\MySQL Server 4.1\bin>mysqld-nt --install
Service successfully installed.

C:\Program Files\MySQL\MySQL Server 4.1\bin>net start mysql
The MySQL service is starting.
The MySQL service could not be started.

A system error has occurred.

System error 1067 has occurred.

The process terminated unexpectedly.

发现一种最简单的方法:把mysql目录下的my.ini copy到C:\WINDOWS中,再重新安装服务问题解决:

C:\Program Files\MySQL\MySQL Server 4.1>copy my.ini c:\WINDOWS\
1 file(s) copied.

C:\Program Files\MySQL\MySQL Server 4.1>mysqld-nt --remove
Service successfully removed.

C:\Program Files\MySQL\MySQL Server 4.1>mysqld-nt --install
Service successfully installed.

C:\Program Files\MySQL\MySQL Server 4.1>net start mysql
The MySQL service is starting.
The MySQL service was started successfully.

网上有人给出了另外一个解决方法,比较麻烦,相信也是可行的:

把mysql目录copy到c:\mysql
copy my.ini到C:\WINDOWS目录
修改my.ini中basedir和datadir参数
重新install mysql service

谁不嫌麻烦可以试一下。
阅读(787) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~