I am trying to import a .csv file into an new MySql table within an existing DB using phpMyAdmin. I created the table using phpMyAdmin.
I have performed this task a few times in the past successfully, but for some reason I can't on this new table. Here is the error I'm receiving:
#1045 - Access denied for user: 'harvest@localhost' (Using password: YES)
Here is the test file I'm trying to import:
1,12/15/2005,morrison,crosby,godwin,ariel,matt
I'm confused as I am logged in as Admin for the site, I can insert info using phpMyAdmin, but it seems that phpMyAdmin is not recognizing me when I try to import a text file.
Anybody have an idea on what I am missing here? Maybe I need another cup of coffee this morning.......