Enabling InnoDB on IIS
Incoming further disturbance, was occurred during Mediwwiki installation on a halfway, and it was:
The ‘InnoDB’ feature is disabled; you need MySQL built with ‘InnoDB’ to have it working
-
Shut down your MySQL server (stop the service)
-
Open my.ini (mysql’s config file), which is located in your MySQL program folder.
-
In my.ini, find the following:
skip-innodb -
Replace this line(uncomment) with:
# skip-innodb -
Save the file
-
Start the MySQL server again
After doing aboves, installation was successfully completed, and the case is closed…
