487
edits
m (Reverted edits by Upazixorys (Talk); changed back to last version by Kisalay) |
(Updated to curent versions.) |
||
Line 1: | Line 1: | ||
==Enabling InnoDB for MySQL== | |||
Open this file: | |||
UniServer\usr\local\mysql\my.ini | |||
Search for the following line(s) and comment out '''skip-innodb''' (as shown) to activate InnoDB. | |||
# Note: The innodb block is enabled/disabled using a single line <br> | |||
# Uncomment the next line to disable innodb tables. Comment line to enable innodb tables | |||
# skip-innodb | |||
That's it; no other changes needed. | |||
=== Older versions (pre-5.x-Nano) === | |||
InnoDB support is available in MySQL as a lot of users on the forum pointed out, but not enabled by default. To enable it, please follow the instructions below. | |||
<br /> | <br /> | ||
1. Open the W:\usr\local\mysql\bin\my-small.cnf file in Notepad or any other text editor of your choice. <br /> | 1. Open the W:\usr\local\mysql\bin\my-small.cnf file in Notepad or any other text editor of your choice. <br /> |