phpmyadmin doesn't show all my dabatabases

View: New views
1 Messages — Rating Filter:   Alert me  

phpmyadmin doesn't show all my dabatabases

by tirengarfio :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
 
I have this databases:
 
t@t-laptop:/home/aplis_sf/rs/config$ mysql -uroot -pm
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 370
Server version: 5.0.51a-3ubuntu5.4 (Ubuntu)
 
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
 
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |  
| jobeet |  
| mysql |  
| rs |  
+--------------------+
4 rows in set (0.01 sec)
 
mysql>  
 
 
But phpmyadmin only shows "information_schema" and "mysql". Any idea?
 
Ciao