5.7 errors on install/migration

Permalink
I'm transferring a c5.7.2 website from XAMMP to Bluehost, it has been unsuccessful everytime. The closest I can get is a clean install. This is the most common error.

Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table


What am I doing wrong?

 
pedroserapio replied on at Permalink Reply
pedroserapio
Probably the same problem that I had when I try move one website from a WAMP Windows environment to a LAMP Linux environment because the MySQL configuration it's not properly done then I have tables with lower and upper cases names, and that my friend, make a big mess inside MySQL Linux default configuration.

What I did because I was going crazy changing all the tables to Uppercase, I just created a clean install already inside the Linux and started everything from there.
AJTD replied on at Permalink Reply
I actually have found that to be the case, the case is wrong, i need to change the database.Logs to database.logs or vice versa X__X that seems to be the only issue in the instal.

But thank you for reassuring that that is most likely the problem :]