MySQL
Personnaliser PS1
Recherche…
Personnaliser MySQL PS1 avec la base de données actuelle
Dans le fichier .bashrc ou .bash_profile, en ajoutant:
export MYSQL_PS1="\u@\h [\d]>"
faire en sorte que le client MySQL PROMPT affiche l'utilisateur actuel @ host [base de données].
PS1 personnalisé via le fichier de configuration MySQL
Dans mysqld.cnf
ou équivalent:
[mysql]
prompt = '\u@\h [\d]> '
Cela produit un effet similaire, sans avoir à traiter avec .bashrc
.
Modified text is an extract of the original Stack Overflow Documentation
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow