During Joomla 3 installation you can face the problem of installation "freezing". It is a common issue for those user who want to make Joomla 3 installation locally using XAMPP and WAMP. The installation process is not stopping, it is running and running forever... Why is it occurs? Because Joomla can't create table in your database. If you are tired of waiting while your Joomla! installation ends, follow our tutorial:
Go to wamp\www\your-joomla-folder\installation\sql\mysql and open Joomla.sql file
"ENGINE=InnoDB"
NOTE: Do also the same with (sample_data.sql) file, if it's quickstart setup.
Open "index.php" file in Joomla installation" folder and add "set_time_limit(3000)" line after "define('_JEXEC',1);"
Open "php.ini" file in /wamp/bin/php/php.ini and change
Find more interesting information in our Joomla tutorials section