SJ writes:
> I insert a sql statment, size is 30M, a field type is longtext
> using
>mysql dbname < filename
>
> in file, it is a sql as insert into table ... values ...
>
> where file size is 10 M, it execute well, but report error when file size is to 30M
>
>
> it report:
> ERROR
I insert a sql statment, size is 30M, a field type is longtext
using
mysql dbname < filename
in file, it is a sql as insert into table ... values ...
where file size is 10 M, it execute well, but report error when file size is to 30M
it report:
ERROR 2006 at line 1: MYSQL server has