Posted by Paul Lautman on 06/07/06 10:58
Justin wrote:
> Hi, im facing a problem here. First of all here is my program
> requirement. I got a .csv file with thousands of records inside, i
> need to import them into my mysql database. So i tried using load data
> infile on my pc using localhost everything goes fine, but when i
> change the connection to my server, it seems tat the connection cant
> be done... so wat went wrong?
Maybe your server only allows MySQL connections from localhost. This is
quite common.
[Back to original message]
|