Can I change the mysql prompt with selected database as we do in hive? -
in hive can set prompt selected database. possible same in mysql?
i want replace mysql
kundoor
in image below.
type in terminal
export mysql_ps1="\u@\h [\d]> "
this create following
user@host [databasename]>
Comments
Post a Comment