RE: How to get MySQL to list current db's ?

2002-12-10 Thread Brian P. Austin
show databases. -Original Message- From: Will Standley [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 10:36 AM To: MySQL List Subject: How to get MySQL to list current db's ? I have two sample MySQL db's running on a local Linux box w/Apache... Once I enter "mysql" from the

Re: How to get MySQL to list current db's ?

2002-12-09 Thread Michael She
Hi, SHOW DATABASES; At 11:35 AM 12/9/2002 -0500, Will Standley wrote: I have two sample MySQL db's running on a local Linux box w/Apache... Once I enter "mysql" from the Linux command line... Is there a way to ask MySQL to list the db's that are currently created? -- Michael She : [EMAIL P

Re: How to get MySQL to list current db's ?

2002-12-09 Thread Daniel Kiss
Hi, At 11:35 2002.12.09._-0500, you wrote: Is there a way to ask MySQL to list the db's that are currently created? Yes: SHOW DATABASES Good luck, Daniel - Before posting, please check: http://www.mysql.com/manual

Re: How to get MySQL to list current db's ?

2002-12-09 Thread Sherwin T. Ang
You can either use mysql>show databases; or mysqlshow -uroot -p in the command line. Respectfully yours, Sherwin T. Ang Systems Administrator Internet Manila - Original Message - From: "Will Standley" <[EMAIL PROTECTED]> To: "MySQL List" <[EMAIL PROTECTED]> Sent: Tuesday, December 10,