MySQL Command to List existing db's = ??

2002-12-09 Thread wstandley . ws
I have a Linux/Apache/MySQL box with a number of MySQL db's on it... all were created by someone else expermenting with MySQL... I'm not sure of all the names of the db's on the system... Is there a MySQL command to List the names of all the MySQL db's on the box? The system is not on the

RE: MySQL Command to List existing db's = ??

2002-12-09 Thread Roger Davis
If I understand right try.. SHOW DATABASES; The mysql and test database are installed by default. Hope this helps -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 8:12 PM To: [EMAIL PROTECTED] Subject: MySQL Command to List existing