Created 2 database only one is visible

Created 2 database only one is visible, I see only one database, it says there are 2 databases created where is that other one ?

Please provide more information! I am not able to guess without any information…

like i said there are showing

v-list-database shows only one result.

In command line:

# login as root user  if it doesn't work you might have to supply mysql -u Root -p and then enter the password
mysql
# Show database
show databases;

You should see an out put like:

+--------------------+
| Database           |
+--------------------+
| admin_33452        |
| yyy_box            |
| information_schema |
| jaap_65142         |
| jaap_81530         |
| mysql              |
| performance_schema |
| phpmyadmin         |
| rainloop           |
| roundcube          |
| xxx_93184       |
| xxx_test        |
| xxx_wp          |
| sys                |
+--------------------+

Were databases created via command line or phpmyadmin?

It shows nothing. databases are created within the panel

So, you’re saying that you ran the command line @eris provided and shows no databases? But that’s imposible >.<

2 Likes

@Felix is correct unless at least 2 databases should be visible. PHPmyadmin and mysql …