Sunday, July 13, 2014

"joomla installation hangs at creating database tables" solved

I had this peculiar error when configuring Joomla 3,I never saw this before

anyway here is how it got solved

Change mysqli to mysql during installation


Then I go to the root folder (htdocs) and then go the folder where I am going to install joomla,then extract joomla in that folder and then go to installation/SQL/mysql and there is the installation joomla.sql file,all ENGINE=InnoDB should be changed to ENGINE=MyIsam.

And you are done.

Sourav Bhattacharya


No comments:

Post a Comment