I am using the following command to upload text files to a mysql database.
LOAD DATA INFILE "test.txt" into TABLE Suppliers.
My server returns the error message
Access denied (Using Password YES)
I have dozens of other PHP files that work correctly so I am confident that my script accesses the database & tables o.k.
I also have phpmyadmin running that also yields the same error message.
Does anyone know of any other command that will upload .txt or .csv files into my database fields.
Marbles.