by (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

by (2.3k 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
...