Re: [PHP] Can't Load Data into Mysql Using "LOAD DATA"

2002-04-24 Thread Jason Wong
On Wednesday 24 April 2002 16:19, Jack wrote: > Dear all > I'm trying to load data from a test.csv file into myql database, but it > seems the data didn't get into the table!! > > I use a GUI Program which i type in the Mysql Command to it and execute it, > so i type in the following command : >

[PHP] Can't Load Data into Mysql Using "LOAD DATA"

2002-04-24 Thread Jack
Dear all I'm trying to load data from a test.csv file into myql database, but it seems the data didn't get into the table!! I use a GUI Program which i type in the Mysql Command to it and execute it, so i type in the following command : "Load Data Local infile 'c:\test.csv' into to table testdep