blob: b63d45f7256d0e305ff5f26dc2aa876926bf19f0 (
plain) (
tree)
|
|
To customize your MySQL prompt, create a .my.cnf file in your $HOME then add the following:
``` bash
[mysql]
prompt="\\u [\\d] >"
```
Your prompt will now looks like this: `username [dabatases_name] >`
|