Can not install Version 5.7.4 to 5.7.6

Permalink
I can not install any of the 5.7 Versions.

I tried to install the 5.7.4, as in another post described, to update to 5.7.6.

I can install latest 5.6 without a problem.

Installation boarder stops at 10% after installation process starts and then becomes 100% pink. Thats all. No error.

I found out, that if i switched PHP Version over 5.4, install screen does not appear. Site is white. If i go back to 5.4 or 5.3, installation process site comes back, but error ist he same.

I tried different utf versions, as in others posts described, but no change.

My database has no problem with InnoDB, all works finde at 5.6.

I do not have notion which I to still try. That was my first attempt with concrete5 and then equal to such a thing.

 
Leixit replied on at Permalink Reply
I solved it, by installing version 5.7.5.6 locally on a XAMPP system nd then copy it to Host Server.

Before the installation, XAMPP on Windows, you have to put the following line in php my.ini.
lower_case_table_names=2

Why 2?
If you use 0 (All tablenames are converted into small letters)
If you use 1 (MySQL Server won‘t start)
If you use 2 (Tablenames are named as given from script)

Now you can export the database from local XAMPP via phpMyAdmin.
Create new database on Webserver. Import the copy.
Copy all files from local to Webserver.
Change the database attitudes in your „\application\config\database.php“ tot he attitudes of your Host DB Server.

Now it works.
I will see whats next.

Thanks for no support.