If you receive below error when you install older application, Example:
"Failed to create faq table: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near "Type=MyISAM" at line 9"
Kindly open the file, example: install.php and change the syntax from "Type=MyISAM to Engine=MyISAM".