When recording a module in joomla 3.0 I got this error:
1286 Unknown storage engine 'InnoDB' SQL=SELECT
i.*, v.name AS author FROM stw3q_k2_items as i LEFT JOIN
stw3q_k2_categories AS c ON c.id = i.catid
LEFT JOIN stw3q_users AS v ON v.id = i.created_by
WHERE i.trash = 0 AND c.trash = 0 ORDER BY i.created DESC LIMIT 0, 10
And from this error does not open the homepage of the website, how to overcome this error?