27.07.2011, 19:42
Ok, so today I set the login system of my server to MySQL-compatible, all is fine until after i login. The server_log gives me these errors:
This is my OnPlayerUpdate:
http://pastebin.com/RnZChkwX
And this is my Database.sql:
http://www.mediafire.com/?gbppgy534unotkp
Can you help me fix this problem?
Код:
[20:07:33] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Char='',ContractTime='',DetSkill='',SexSkill='',BoxSkill='',LawSkill='',MechSkil' at line 1 [20:07:33] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Int='˙·€˙˙љНf',Local='˙·€˙˙љНf',Team='·€˙˙љНf',Model=' at line 1 [20:07:34] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Char='',ContractTime='',DetSkill='',SexSkill='',BoxSkill='',LawSkill='',MechSkil' at line 1 [20:07:34] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Int='˙·€˙˙љНf',Local='˙·€˙˙љНf',Team='·€˙˙љНf',Model=' at line 1 [20:07:34] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Char='',ContractTime='',DetSkill='',SexSkill='',BoxSkill='',LawSkill='',MechSkil' at line 1 [20:07:34] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Int='˙·€˙˙љНf',Local='˙·€˙˙љНf',Team='·€˙˙љНf',Model=' at line 1 [20:07:35] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Char='',ContractTime='',DetSkill='',SexSkill='',BoxSkill='',LawSkill='',MechSkil' at line 1 [20:07:35] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Int='˙·€˙˙љНf',Local='˙·€˙˙љНf',Team='·€˙˙љНf',Model=' at line 1 [20:07:36] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Char='',ContractTime='',DetSkill='',SexSkill='',BoxSkill='',LawSkill='',MechSkil' at line 1 [20:07:36] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Int='˙·€˙˙љНf',Local='˙·€˙˙љНf',Team='·€˙˙љНf',Model=' at line 1 [20:11:21] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Char='',ContractTime='',DetSkill='',SexSkill='',BoxSkill='',LawSkill='',MechSkil' at line 1 [20:11:21] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Int='˙·€˙˙љНf',Local='˙·€˙˙љНf',Team='·€˙˙љНf',Model=' at line 1 [20:11:22] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Char='',ContractTime='',DetSkill='',SexSkill='',BoxSkill='',LawSkill='',MechSkil' at line 1 [20:11:22] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Int='˙·€˙˙љНf',Local='˙·€˙˙љНf',Team='·€˙˙љНf',Model=' at line 1 [20:11:22] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Char='',ContractTime='',DetSkill='',SexSkill='',BoxSkill='',LawSkill='',MechSkil' at line 1 [20:11:22] Error in mysql_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Int='˙·€˙˙љНf',Local='˙·€˙˙љНf',Team='·€˙˙љНf',Model=' at line 1
http://pastebin.com/RnZChkwX
And this is my Database.sql:
http://www.mediafire.com/?gbppgy534unotkp
Can you help me fix this problem?