Hi,

I am using mySQL on Windows 2000. I need to use the InnoDb table type to get
transaction support. I had initially installed mysql and was using the ISAM
table type and everything was working fine. My NT service was configured to
run the mysqld-nt.exe.  For using the InnoDb type I un-installed the service
and re-installed it with mysqld-max-nt.exe. I also modified my.ini to
include the innodb variables as follows:

innodb_data_file_path=ibdata1:200M
innodb_data_home_dir=f:/mysql/innodb/ibdata
innodb_log_group_home_dir=f:/mysql/innodb/iblogs

The directories specified in the above variables exist.
However when I try to run the service I get the error "Could not start the
MySQL service on Local Computer... Error 1067: The process terminated
unexpectedly". No error is logged in the mysql.err file in the data
directory.

When I remove the above innodb specific variables the service runs fine.

I also tried un-installing mysql completely and re-installing it but no
luck.

Can somebody please help me?

Thanks
Rashmi



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to