04.07.2014, 13:27
Hey,
I wonder maybe anyone could help me out little problem. I tried to put MySQL to my gamemode by this tutorial. ((https://sampforum.blast.hk/showthread.php?tid=159785)). My problem is i dont know what to do these lines.
I know i should put these in PhpMyAdmin, but when i try put the first SQL line PhpMyAdmin poping out this error.
...and when i press F5 my pawn crashing.
Regards, Sturra
I wonder maybe anyone could help me out little problem. I tried to put MySQL to my gamemode by this tutorial. ((https://sampforum.blast.hk/showthread.php?tid=159785)). My problem is i dont know what to do these lines.
Код:
CREATE TABLE IF NOT EXISTS TABLENAME(STRUCTURE)
Код:
ALTER TABLE table_name ADD column_name datatype
Код:
INSERT INTO table_name (column1, column2, column3,...) VALUES (value1, value2, value3,...)
Код:
Error SQL query: CREATE TABLE IF NOT EXISTS TABLENAME(STRUCTURE) MySQL said: Documentation #1064 - 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 ')' at line 1
Regards, Sturra