Little MySQL connecting problem.
#1

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.

Код:
 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,...)
I know i should put these in PhpMyAdmin, but when i try put the first SQL line PhpMyAdmin poping out this error.

Код:
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
...and when i press F5 my pawn crashing.

Regards, Sturra
Reply
#2

Anyone can't help with that?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)