SA-MP Forums Archive
[MySQL] Table x.x doesn't exist [ error #1146 ] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [MySQL] Table x.x doesn't exist [ error #1146 ] (/showthread.php?tid=620632)



[MySQL] Table x.x doesn't exist [ error #1146 ] - skaTim - 01.11.2016

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.



Re: [MySQL] Table x.x doesn't exist [ error #1146 ] - Vince - 01.11.2016

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.


Re: [MySQL] Table x.x doesn't exist [ error #1146 ] - skaTim - 01.11.2016

Yep, thanks


Re: [MySQL] Table x.x doesn't exist [ error #1146 ] - X337 - 01.11.2016

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