How to change the client prompt in MySQL?
December 26, 2009
Linux General, MySQL
actsupp-r0cks
0
Change MySQL's prompt by using the prompt command: mysql>prompt mysql (\d)> Once executed, the currently selected database will appear in the prompt, like so: mysql (mydatabase)> [...]