(Find all correct answers)
a) (inside the mysql-client) prompt \U \d : b) (inside the windows command shell) set MYSQL_PS1=\U \d : (or inside a unix shell) export MYSQL_PS1="\U \d : " c) mysql -p -u root --prompt="\U \d : "
[ The mysql Client Program (10%) - The mysql Prompts ]
Answers:
a b c
Additionally you can set the prompt in a config file like
my.cfg
.