Installation problem of Concrete 5.5.1

Permalink
I have got a problem with the installation of Concrete 5.5.1
The installation stops saying: "Installing dashboard."
I have windows 7 and WAMPSERVER
What is the problem?
How can solve it?

Fxxxx
 
Korvin replied on at Permalink Reply
Korvin
Please paste the output of <?phpinfo()?>. I'm able to install without issue.
Fxxxx replied on at Permalink Reply 1 Attachment
Fxxxx
OK Phpinfo in the attachments
I have php 5.2.9-2
apache 2.0.63
MySQL 5.5.16
Wamp Server 2.2
Fxxxx replied on at Permalink Best Answer Reply
Fxxxx
To solve the problem you have to go in the my.ini file and go under [mysqld] and write: default-storage-engine=MyISAM
and you have to save the file...
m4rk89 replied on at Permalink Reply
my.ini file belongs to wamp. Click on the tray icon, go to MySQL and you should be able to see "my.ini" file in there.
mesuva replied on at Permalink Reply
mesuva
The my.ini file is a config file for the mysql server and not really anything to do with concrete5. I'd guess this tweak is the correct answer.

I can't tell you specifically where this file is (as I'm a mac/MAMP user), but from what I've read it should be somewhere near the folder where mysql is installed, e.g. d:\WampServer\bin\mysql\mysql5.5.8 (that's just an example, find your wamp folder, the bin folder, then dig into the mysql folder).
Mireck78 replied on at Permalink Reply
Mireck78
I have done a bug report on this here:
http://www.concrete5.org/index.php?cID=385241...

Fxxxx, could you solve the problem?
laughingwithu replied on at Permalink Reply
Writing: default-storage-engine=MyISAM definately solves this problem. though should be a better way to do this and has caused me more trouble han any other install of concrete.