Joomla! 3 installation freezes at creating database table

This problem occurring most usually at Joomla 3.x. To solve this go to wamp\www\Your joomla folder\installation\sql\mysql and open Joomla.sql file find the term “ENGINE=InnoDB” and replace ALL with “ENGINE=MyIsam” MyIsam is more supported and compatible with Joomla. Do also the same with (sample_data.sql) file, if it’s quickstart setup.