Ese no es el probleme,, el problema es que meto el archivo sql y me sale el error 1064....
Este es el codigo...
Cita:
¡Que me dices...?CREATE TABLE shoutbox (
id int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
time int(10) UNSIGNED NOT NULL DEFAULT ‘0′,
name varchar(16) NOT NULL DEFAULT ‘’,
type int(10) UNSIGNED NOT NULL DEFAULT ‘0′,
text varchar(100) NOT NULL DEFAULT ‘’,
PRIMARY KEY (id)
) TYPE=MyISAM;
id int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
time int(10) UNSIGNED NOT NULL DEFAULT ‘0′,
name varchar(16) NOT NULL DEFAULT ‘’,
type int(10) UNSIGNED NOT NULL DEFAULT ‘0′,
text varchar(100) NOT NULL DEFAULT ‘’,
PRIMARY KEY (id)
) TYPE=MyISAM;
