MySQL: Prompt
Change the prompt
a) Temporarily:
mysql> prompt \d>\_
PROMPT set to '\d>\_'
database>
b) Permanently:
/etc/mysql/conf.d/mysql.cnf:
----------------------------
[mysql]
prompt="\\d>\\_"
a) Temporarily:
mysql> prompt \d>\_
PROMPT set to '\d>\_'
database>
b) Permanently:
/etc/mysql/conf.d/mysql.cnf:
----------------------------
[mysql]
prompt="\\d>\\_"