C
C
Coffemol2015-11-07 11:01:21
MySQL
Coffemol, 2015-11-07 11:01:21

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

2 answer(s)
A
Andrew, 2015-11-07
@R0dger

In the line ENGINE=M yISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =1;
there is a space in the Engine should be MyISAM

C
Coffemol, 2015-11-07
@Coffemol

I went into the file itself, there is no space

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question