Welcome 微信登录

首页 / 数据库 / MySQL / MySQL启动提示1067 错误的解决

今天在重新安装MySQL服务的时候遇到如下错误:C:Program FilesMySQLMySQL Server 4.1in>MySQLd-nt --remove
Service successfully removed.C:Program FilesMySQLMySQL Server 4.1in>MySQLd-nt --install
Service successfully installed.C:Program FilesMySQLMySQL Server 4.1in>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 FilesMySQLMySQL Server 4.1>copy my.ini c:WINDOWS
1 file(s) copied.C:Program FilesMySQLMySQL Server 4.1>MySQLd-nt --remove
Service successfully removed.C:Program FilesMySQLMySQL Server 4.1>MySQLd-nt --install
Service successfully installed.C:Program FilesMySQLMySQL 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谁不嫌麻烦可以试一下。 新建Oracle数据库三种方法Linux下查询MySQL大量数据时的分页技巧相关资讯      mysql技巧 
  • MySQL 压力测试工具super smack  (08/09/2008 07:53:16)
  • 从MySQL读取中文数据,显示???  (08/04/2008 06:48:23)
  • 修改MySQL的编码为UTF8  (07/30/2008 07:12:49)
  • MySQL服务器网络访问慢问题解  (08/09/2008 07:52:23)
  • MySQL服务器上添加一个允许远程访  (08/01/2008 07:31:15)
  • 查看MySQL数据库字符集及数据库连  (07/29/2008 08:14:14)
本文评论 查看全部评论 (0)
表情: 姓名: 字数