• 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!

AAC Sql error

armyman

Member
Joined
Feb 15, 2014
Messages
318
Reaction score
13
2: Import the below schema to a TFS database in phpmyadmin:


I copy all text to put in sql and execute, but i got this error

Erro
Comando SQL:


CREATE TABLE IF NOT EXISTS `znote_guild_wars` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`limit` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
FOREIGN KEY (`id`) REFERENCES `guild_wars` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1



Mensagens do MySQL :

#1215 -

You can not add a foreign language restriction
 
Back
Top