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