1. Home
  2. Computing & Technology
  3. PHP / MySQL

Show Databases SQL Command

By Angela Bradley, About.com

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;

Explore PHP / MySQL

More from About.com

  1. Home
  2. Computing & Technology
  3. PHP / MySQL
  4. MySQL Commands
  5. Show Databases - Show Databases SQL - Show Databases MySQL

©2008 About.com, a part of The New York Times Company.

All rights reserved.