Re: [PHP] insert mysql data with safe mode on problem

2005-04-07 Thread Richard Lynch
On Thu, April 7, 2005 6:28 am, Chris said: > I've been using a php script which loads a large (approximately 40,000 > records) data file into a mysql table. In the event that MySql's LOAD DATA > INFILE capability is disabled, the script loads each record individually. > The problem I'm facing is tr

Re: [PHP] insert mysql data with safe mode on problem

2005-04-07 Thread Maerlyn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris wrote: > I've been using a php script which loads a large (approximately > 40,000 records) data file into a mysql table. In the event that > MySql's LOAD DATA INFILE capability is disabled, the script loads > each record individually. The probl

[PHP] insert mysql data with safe mode on problem

2005-04-07 Thread Chris
I've been using a php script which loads a large (approximately 40,000 records) data file into a mysql table. In the event that MySql's LOAD DATA INFILE capability is disabled, the script loads each record individually. The problem I'm facing is trying to run this script on a server which has safe