where is my database

I creat a database 'mytestbase' by phpmyadmin and it works well.
But I can't see 'mytestbase' afert I used commands in terminal as follow:
sudo /opt/lampp/lampp startmysql
/opt/lampp/bin/mysql
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| test |
+--------------------+
2 rows in set (0.00 sec)
mysql>
Only show information_schema and test ,Why?
But I can't see 'mytestbase' afert I used commands in terminal as follow:
sudo /opt/lampp/lampp startmysql
/opt/lampp/bin/mysql
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| test |
+--------------------+
2 rows in set (0.00 sec)
mysql>
Only show information_schema and test ,Why?