I also ran into the same problem with installing joomla 3.4.5 on my windows computer.
OS: Win 8.1 x64 XAMPP v3.2.1 Joomla: 3.4.5
I tried to do the same 5-6 times. Then, after a multiplayer game, I came to the conclusion that only my modifying 2 parameters can be allowed in the php.ini configuration file, usually inside
<XAMPP_INSTALL_DIR>/php/php.ini memory_limit = 512M max_execution_time = 200
It worked. Thus, there is no need to modify the InnoDB engine for MyIsam. The basic setup works well. Just a problem with the default php configuration settings.
Pankaj Soni Nov 07 '15 at 14:40 2015-11-07 14:40
source share