Hello, I have a simple question: how can I change the value of
max_allowed_packet ? (I use server version: 5.0.51a MySQL Community Server
on MacOS 10.5)
In my application I upload file but sometime I get this error
Mysql::Error: #08S01Got a packet bigger than 'max_allowed_packet' bytes:
Thanj
On Mon, 15 Sep 2003, Paul DuBois wrote:
> At 5:23 PM +0200 9/15/03, Sigfrid Lundberg - LUB NetLab wrote:
> >I'm trying to create a table in my database with
> >
> > CHARACTER SET utf8 COLLATE COLLATE utf8_general_ci
> >
> >Answer is
> >
;'NOT NULL,
last_name VARCHAR(100) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '' NOT
NULL,
first_name VARCHAR(100) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '' NOT NULL,
PRIMARY KEY(id)
);
Yours
Sigfrid
--
MySQL General Mailing List
For list arch