启动Mysql 错误 1067 进程意外终止的一种解决方法
作者:anotherbug 日期:2006-11-09
装完Mysql后,如果启动Mysql时,报错如下
请执行以下命令
[code]
H:\mysql\bin>mysqld-nt --defaults-file=h:\windows\my.ini --standalone --console
InnoDB: The first specified data file .\ibdata1 did no...
CODE:
H:\mysql\bin>net start mysql
MySql 服务正在启动 .
MySql 服务无法启动。
系统出错。
发生系统错误 1067。
进程意外终止。
请执行以下命令
[code]
H:\mysql\bin>mysqld-nt --defaults-file=h:\windows\my.ini --standalone --console
InnoDB: The first specified data file .\ibdata1 did no...






