Hi!
This may be a bit off topic but I thinks it's the best place to post it...
I am trying to import a comma delimited textfile into a table in MySQL using PhpMyAdmin's 'Insert data from a textfile into table' function.
My problem is that I get the following error message when I try to do this.
Access denied for user: 'username@localhost' (Using password: YES)
I am logged in correctly and I can manually insert end edit data in the table...
Is this a problem with PhpMyAdmin, my webhost or the textfile I'm trying to import?