Page 1 of 1

Joomla installation taking long time

Posted: Wed Feb 12, 2014 1:13 pm
by danish031990
Joomla installation taking long time

Re: Joomla installation taking long time

Posted: Wed Feb 12, 2014 1:22 pm
by manitus
Maybe is some problem with your data base. Check this.

what thing change in database ?

Posted: Wed Feb 12, 2014 6:38 pm
by danish031990
what thing change in database ?

Re: Joomla installation taking long time

Posted: Thu Feb 27, 2014 6:08 am
by afcika
I think it's because of your server or of your database... Contact the server administrator :)

Re: Joomla installation taking long time

Posted: Wed Mar 26, 2014 12:28 pm
by scorpet
Change root/installation/sql/mysql/joomla.sql

open with with word editor and change ENGINE=InnoDB to ENGINE=MyIsam

Hope it works...

Re: Joomla installation taking long time

Posted: Sun Jun 05, 2016 7:19 am
by Riverside
Old question but pops on top in Google so I figured I'd put out there that scorpet's solution worked for me on the following setup:

Windows 10 server
Xampp win32 5.6.21-0-VC11

Although the native sql db's in this Xampp release are supposed to accept InnoDB, Joomla 3.5.1 doesn't install until you change all entries in the above mentioned file. There are a lot so you should use find and replace all. Also, I don't know if it matters or not, but I changed InnoDB to MyISAM. Note the caps.

Hope this helps somebody out there!

Re: Joomla installation taking long time

Posted: Thu Dec 08, 2016 9:37 am
by saif1618
yes, same here, thanks to scorpet <3