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-
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
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