Database server does not support the InnoDB storage engine MAGENTO
- Database server does not support the InnoDB storage engine.
- Database connection error.
我在自己的VPS安装magento的时候出现了如上的错误提示了,
解决方法如下:
Open file /etc/my.cnf (Drag and Drop that file to Notepad or notepad++ program)
找到如下的代码:
skip-innodb
修改为如下:
#skip-innodb
然后SSH里输入 service mysqld restart
这样操作过后,magento就可以正常安装!
开始magento之旅吧。