Hi, I have recently bought some hosting space on a windows server ( that runs php and mysql ), the problem im having is that after uploading phpmyadmin and setting the config files I try and upload a csv file of my old stock to the server via phpmyadmins "load data from textfile".
problem is that i point it in the direction of the text file and set the various options that it needs to know like "fields terminated by:" etc etc... press submit and this is the error message i get.
LOAD DATA INFILE 'C:\\WINDOWS\\TEMP\\phpC58C.tmp' INTO TABLE `tunes` FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\r\n'
MySQL said:
#1045 - Access denied for user: 'changed for privacy' (Using password: YES)
im sure this is something to do with the unix / windows thing... so does anyone know how i can change phpmyadmin to make this work ??
Thanks