#1044 - Access denied for user 'unixcrus'@'localhost' to database 'world

Status
Not open for further replies.

unixcrus

New Member
Messages
2
Reaction score
0
Points
1
Hello All,

I get below error
"#1044 - Access denied for user 'unixcrus'@'localhost' to database 'world"

whenever i try to import a sample database file called 'world.sql' .I have granted all privilieges to user 'unixcrus' ..i'm not sure what am i missing here.

I am new to this forum ,seeking help from you guys.

Thanks
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
I have granted all privilieges to user 'unixcrus'
the following settings should be used:
Host/Server Name - [ localhost ]

Port - [ 3306 ] (not necessary)

Username --> Your cPanel username followed by an underscore and the MySQL username you configured in cPanel

Password --> The password that you used when creating the MySQL user

Database --> Your cPanel username followed by an underscore and the name of the database that you created in cPanel
NOTE: Free hosting accounts do not have remote MySQL access.
 

unixcrus

New Member
Messages
2
Reaction score
0
Points
1
aah..now i get that....i am trying to import a file from my local machine ,since mine is free hosting account it might be giving error ..am i right ?

Thanks for the reply,bdistler.
 
Status
Not open for further replies.
Top