tags:

views:

98

answers:

1

I want to enable innodb in MySQL. I am using Noinstall Zip Archive with the following command to install it: mysqld-nt --install.

I tried adding the --innodb at the end but seems it doesn't work. I have enabled all commented out partial related to innodb in my.ini file.

please help me with step by step instructions. thanks,

A: 

Don't use the mysqld-nt executable use the mysqld executable. If I remember correctly mysqld-nt hasn't innodb support compiled in.

jitter
so did that work for you?
jitter