buy tb500

How to enable InnoDB for Magento 1.2.1

Edit this file with the following vi command in the terminal:

vi /etc/my.cnf

and find the line skip-innodb
You need to comment this line by adding the # sign before it. It should look like this:

#skip-innodb

Now save the file by entering:

:wq

And restart your mysql service with the following command if you are on centos and you are done.

service mysql restart

Your installation should go well now.

References

===

http://linux.blogbus.com/logs/37110827.html

Leave a Reply