Re: USE database prompt

2003-08-14 Thread Michael Welsh
On Wednesday 13 August 2003 02:11 pm, Matthew McNicol wrote: see section '4.8.2 mysql, The Command-line Tool' in the manual Thank you Matthew, but, the "prompt" feature is not available until v4.02. From the docs: "From MySQL version 4.0.2 it is possible to change the prompt in the mysql command-

Re: USE database prompt

2003-08-14 Thread Matthew McNicol
h" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 2:07 PM Subject: USE database prompt > > MySQL v 3.23.56 for pc-linux-gnu on i686 > > How do I know what database I am 'using' ? > > I launch mysql from the command line.

USE database prompt

2003-08-14 Thread Michael Welsh
MySQL v 3.23.56 for pc-linux-gnu on i686 How do I know what database I am 'using' ? I launch mysql from the command line. Type 'show databases', then pick a database to use by typing 'use databasename'. I am now using that database but have no visual cue. How do I include the username, database

Re: USE database prompt

2003-08-14 Thread Jeremy Zawodny
On Wed, Aug 13, 2003 at 09:54:51PM +, Michael Welsh wrote: > On Wednesday 13 August 2003 02:11 pm, Matthew McNicol wrote: > >see section '4.8.2 mysql, The Command-line Tool' in the manual > > > > Thank you Matthew, but, the "prompt" feature is not available until v4.02. > >From the docs: > "Fr