Answer the question
In order to leave comments, you need to log in
SQL,Database import error?
`game1` -- CREATE
TABLE IF NOT EXISTS `game1` (
`id` in t( 11 ) NOT NULL AUTO_INCREMENT , `userid` varchar(70) NOT NULL , `username` varchar(70) NOT NULL , `item` text ,
`color ` text,
`value` text, `avatar` varchar(512 ) NOT NULL , `image` text NOT NU LL, `from` text NOT NU LL, `to` text NOT NU LL, PRIMARY KEY ( ` id`)
) ENGINE=M yISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =1;
It throws this error, can someone tell me what the problem is?
Answer the question
In order to leave comments, you need to log in
In the line ENGINE=M yISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =1;
there is a space in the Engine should be MyISAM
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question