hello! i have a problem when i try to load data from file into table. connection string is 100% correct but i always get the Access denied for user: 'inm000@localhost' (Using password: YES) error. i saw here on forum that the problem might be in mysql config file (something with --local-infile=0 or --local-infile=1). i have mysql version 3.23.56 but i don't know if --local-infile is 0 or 1. how can i check that?
hello bleso! maybe you should check out LOAD DATA LOCAL INFILE...
oh, yes, its working now, all right... thanks!