• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Data base bug...

Waromir

New Member
Joined
Jan 17, 2010
Messages
100
Reaction score
0
When i start to import the SQL into my database... i saw a bug!:

zapytanie SQL:

CREATE TABLE "server_config"(
"config"VARCHAR( 35 ) NOT NULL DEFAULT '',
"value"INTEGER NOT NULL ,
UNIQUE (
"config"
)
);



MySQL zwrócił komunikat:
#1064 - Something is wrong in your syntax obok '"server_config" (
"config" VARCHAR(35) NOT NULL DEFAULT '',
' w linii 1
 
Last edited:
Back
Top