Definition: The show databases SQL command is used to list all databases on the MySQL server and is phrased as show databases;
Examples: This will show all databases on the MySQL server:
show databases;
By Angela Bradley, About.com
show databases;
©2008 About.com, a part of The New York Times Company.
All rights reserved.