Дикс
29.06.2006, 21:50
пишу обычный запрос:
CREATE TABLE counter (
id mediumint (8) PRIMARY KEY NOT NULL auto_increment,
ip text(15),
browser text(20),
referer text(100),
date datetime
) TYPE=MyISAM;
выдаёт:
Ошибка
You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit
Какой аплоаднах?? :confused:
CREATE TABLE counter (
id mediumint (8) PRIMARY KEY NOT NULL auto_increment,
ip text(15),
browser text(20),
referer text(100),
date datetime
) TYPE=MyISAM;
выдаёт:
Ошибка
You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit
Какой аплоаднах?? :confused: