MySql is unknown database

Please post any webminal.org website login issues or any other queries under this category.

Hi Please fix below error, username - Redhatsumit
ERROR 1049 (42000): Unknown database ‘db_Redhatsumit’

Updated your records, please check again now.

thanks,
But now coming access denied for user.

It is working now, Thanks

1 Like

I am having the same issue when trying to do the MySQL lesson.
username:Rouin
ERROR 1049 (42000): Unknown database ‘db_Rouin’

I fixed your mysql records, can you try again now?

I am also getting the same message

[khalidak@webminal.org ~]$mysql
ERROR 1049 (42000): Unknown database ‘db_khalidak’

Please try again now, your records are updated.

I am able to get to the mysql prompt but not able to create / use database

mysql$create database universe;
ERROR 1044 (42000): Access denied for user ‘khalidak’@‘localhost’ to database ‘universe’
mysql$use universe_khalidak
ERROR 1044 (42000): Access denied for user ‘khalidak’@‘localhost’ to database ‘universe_khalidak’
mysql$use universe
ERROR 1044 (42000): Access denied for user ‘khalidak’@‘localhost’ to database ‘universe’

Please note last line on the document.

 you can simply use

    create database universe;

will create it.(you can't run create database command, since we already created one just for you!

You can access db like

    use db_yourname;

In your case, it should be use db_khalidak

Hi Team,

I’m facing below mentioned error. Can you please help on this.

[Prabhakaran10@webminal.org ~]$mysql -u Prabhakaran10
ERROR 1049 (42000): Unknown database ‘db_Prabhakaran10’

Sorry about the delay. Somehow I missed this thread. I updated your mysql records, please try again.

1 Like

hey i am not able to use MySQL and i have tried MySQL -u yourname -p password
it just says that Access denied for user ‘yogesh3704’@‘localhost’ (using password: Y

ES) i don’t know what to do please help me out on this one

Please type mysql without any username or password.