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

Use - SQL Command

By Angela Bradley, About.com

Definition: The use command is used when you have more than one database on a MySQL server and need to switch between them. It is phrased as: use [DatabaseName];
Examples: This would switch to the database named 'Dresses':

use Dresses;

Explore PHP / MySQL

More from About.com

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

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

All rights reserved.