Erro ao importar sql
Boa noite,
Estou tentando importar uma sql mas da o seguinte erro:
Erro
consulta SQL:
--
-- Table structure for table 'phaos_admin'
--
CREATE TABLE 'phaos_admin' (
'id' INT(11) NOT NULL AUTO_INCREMENT,
'admin_user' VARCHAR( 100 ) NOT NULL DEFAULT '',
'admin_pass' VARCHAR( 100 ) NOT NULL DEFAULT '',
PRIMARY KEY ('id')
) TYPE = MYISAM AUTO_INCREMENT = 2;
Mensagens do MySQL:
#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 ' TYPE=MyISAM AUTO_INCREMENT=2 ' at line 10
Discussão (2)
Carregando comentários...