I am trying to import an excel file into mysql database and I repeatedly get the following error:
#1044 - Access denied for user \'kishy\'@\'localhost\' to database \'XLS_DB\'
I am trying to import an excel file into mysql database and I repeatedly get the following error:
#1044 - Access denied for user \'kishy\'@\'localhost\' to database \'XLS_DB\'
Are you doing this via script or PHPMyAdmin?
Does the database already exist?
Nothing is always absolutely so.
I am doing it through PHPMyAdmin. The database is not already created and I am trying to import an excel file using PHPMyAdmin.
Last edited by bsrkishore97; 06-02-2011 at 04:44 PM.