Re: [PHP] Size limits of mysql

2005-09-15 Thread Georgi Ivanov
There is [max allowed packet] variable in mysql. The default is 1MB in my config. May be this is what stops you. Try increasing this value. On Wednesday 14 September 2005 01:07, [EMAIL PROTECTED] wrote: Hi All, I have a simple database with one table with about 6 fields, just holding

[PHP] Size limits of mysql

2005-09-14 Thread mwestern
Hi All, I have a simple database with one table with about 6 fields, just holding filenames, filepaths and sizes. Very basic audit for management here. Problem is I import a load of records into this table and it seems to only allow me to put in about 550,000 records.Maybe it's just

Re: [PHP] Size limits of mysql

2005-09-14 Thread Philip Hallstrom
I have a simple database with one table with about 6 fields, just holding filenames, filepaths and sizes. Very basic audit for management here. Problem is I import a load of records into this table and it seems to only allow me to put in about 550,000 records.Maybe it's just mysqlFront