I've set up a mySQL database on a remote server and can manipulate it with phpmyadmin, but when execute the "Insert data from a textfile into table" routine (just as I did successfully when I was developing the db on my Mac), I get this error message (Any help?)?
Database topicalbiomedicsdb - Table tblStores running on localhost
Error
SQL-query:
LOAD DATA LOCAL INFILE '/tmp/php97Rphf' INTO TABLE tblStores FIELDS TERMINATED BY '\t' ESCAPED BY '\' LINES TERMINATED BY '\r'
MySQL said:
Access denied for user: 'topicalbiomedics@localhost' (Using password: YES)