MySQl import error

Status
Not open for further replies.

bsrkishore97

New Member
Messages
2
Reaction score
0
Points
0
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\'
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Are you doing this via script or PHPMyAdmin?

Does the database already exist?
 

bsrkishore97

New Member
Messages
2
Reaction score
0
Points
0
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:

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
Hello,

You first need to create the database in cPanel, then import the data in through phpMyAdmin. Databases cannot be directly created by phpMyAdmin.

Thanks.
 
Status
Not open for further replies.
Top