EnderUNIX Team.


EnderUNIX tips

Mail to My Friend , Home Page

[ MySQL ]

"Show database that you're connected to" - Gökhan ALKAN - (2006-05-05 20:56:37)   [3738]

if you want to see which database that you're connected to
you can use this

mysql> select database();
+------------+
| database() |
+------------+
| enderunix |
+------------+
1 row in set (0.00 sec)

mysql>


Mail to My Friend , Home Page