C:\WebServ\mysql\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.
----------
I did all defaults when I installed WebServ. I looked on mysql.com, but so far haven't found anything yet. I'm running 2000 Pro SP4. I've had MySQL running just fine before (then I reinstalled Windows and didn't reinstall MySQL until I installed WebServ).
C:\WebServ\mysql\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.
----------
I did all defaults when I installed WebServ. I looked on mysql.com, but so far haven't found anything yet. I'm running 2000 Pro SP4. I've had MySQL running just fine before (then I reinstalled Windows and didn't reinstall MySQL until I installed WebServ).
Morris
http://www.ss-systems.com/morris
try this...
remove the service
C:\WebServ\mysql\bin>mysqld-nt -remove
del my.ini from the windows dir
copy my.ini from C:\WebServ\mysql to your windows folder
install the service
C:\WebServ\mysql\bin>mysqld-nt -install
then do a net start mysql
see if this works for you