04.11.2016, 13:38
Quote:
Clearly your tables don't exist, or you are connecting to the wrong database.
|
Quote:
Tables names may or may not be case sensitive. This is usually not a problem on a Windows machine but Linux handles things differently and importing a database dump from a Windows machine in a Linux machine may cause trouble (experienced this myself).
What you should do, if possible, is edit the .sql file so the table names in there match the table names in your script. |