CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Other server side languages/ issues (http://www.codingforums.com/forumdisplay.php?f=9)
-   -   Ubuntu 10.04 LTS: Listing database names (http://www.codingforums.com/showthread.php?t=275618)

alphamale 10-07-2012 08:03 PM

Ubuntu 10.04 LTS: Listing database names
 
Anyone know the command? :3

stevenmw 11-01-2012 11:55 AM

Should be

Code:

show databases;
This lists the databases your user account has privileges to see.


All times are GMT +1. The time now is 05:10 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.