Buen dia..
Muestro error que me sale al crear una Tabla en MySQL desde phpMyAdmin.
Código:
Error
consulta SQL :
CREATE TABLE `adverts` (
`aid` int( 11 ) NOT NULL auto_increment,
`pid` int( 11 ) NOT NULL default '0',
`gname` text NOT NULL ,
`pshow` text NOT NULL ,
`adtype` int( 11 ) NOT NULL default '0',
PRIMARY KEY ( `aid` )
)ENGINE = MyISAM DEFAULTCHARSET = latin1AUTO_INCREMENT = 94
MySQL ha dicho:
You have an error in your SQL syntax near 'ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=94' at line 8
Espero su valiosa orientacion.