Installation problems - never completes dashboard

Permalink 3 users found helpful
Hi, I am stuck at installation. I have everything required for the installation and this is verified before I start.
I empty my database so it has a clean install, everything works fine - gets to installing dashboard and starts going really slowly.

After a while the installation bar fills and turns red and I just get a 'back' button which reverts me to the installation page and states how many tables are already in my database.

Any resolutions?

 
ondeweb replied on at Permalink Reply
hello,

did you get over the issue?

in my installation about ~30% of the installation goes smoothly and stops. no failed process indication nor back button. all my required items and optional items are checked and successful with green tick.
why does this happen?

reply is really appreciated.
thanks,
rsaud replied on at Permalink Reply
rsaud
find [mysqld] in your mysql.ini

replace with below code

[mysqld]
#port=3306
lower_case_table_names = 2
default-storage-engine=MyISAM
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
Don't use
lower_case_table_names = 2

Use
lower_case_table_names = 0


Otherwise you will have the wrong "case" for your tables in your Concrete database when you move from a local install to "Hosted" install,