Show databases in mysql : Current Database : Database SQL / MySQL


SQL / MySQL » Database » Current Database »

 

Show databases in mysql



  
/* SHOW DATABASES; */
SHOW DATABASES;

/*
mysql> SHOW DATABASES;
+----------+
| Database |
+----------+
| info     |
| navioo   |
| mysql    |
| t        |
| test     |
| ttt      |
+----------+
6 rows in set (0.00 sec)


*/
           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

SQL / MySQL

 Navioo Database
» Current Database