[MySQL] Table x.x doesn't exist [ error #1146 ]
#1

fixed, thanks Vince!

Quote:
Originally Posted by Vince
Посмотреть сообщение
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.
Reply
#2

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.
Reply
#3

Yep, thanks
Reply
#4

There's no error in it, if you want to disable those messages, you can remove LOG_DEBUG inside your mysql_log() function.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)