Snippets of MySQL tips, solutions, examples, tutorials, and even benchmarks
this setting should actually come under the [client] section in the cnf file. i.e.[client]prompt = \u@\h|\dwhich givesuser@host|database
Post a Comment
1 comment:
this setting should actually come under the [client] section in the cnf file. i.e.
[client]
prompt = \u@\h|\d
which gives
user@host|database
Post a Comment