installation error on step 2

asked Jun 6, 2013 by ysnshn (120 points)
hello,

I get this error: SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown storage engine 'InnoDB'

could you pls help, thnx in advance

1 Answer

answered Jun 7, 2013 by Pavel Kovalyov (2,300 points)
Hello,
it seems that you have bad MySQL configuration. Seotoaster uses InnoDB table engine that should be enabled in your MySQL server configuration.
Check this article in MySQL reference:
http://dev.mysql.com/doc/refman/5.1/en/innodb-parameters.html#option_mysqld_innodb
...