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
see section '4.8.2 mysql, The Command-line Tool' in the manual if you normally see 'mysql>' as your prompt. the following command would do it: mysql> prompt \d> resulting in, for example, the prompt of 'test>' where you are using the database 'test'. '\u' would give you the username, e.g. mysq

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