Ricerca…


Personalizza MySQL PS1 con il database corrente

In .bashrc o .bash_profile, aggiungendo:

export MYSQL_PS1="\u@\h [\d]>"

fai in modo che il client MySQL PROMPT mostri l'utente corrente @ host [database].

inserisci la descrizione dell'immagine qui

PS1 personalizzato tramite file di configurazione MySQL

In mysqld.cnf o equivalente:

[mysql]
prompt = '\u@\h [\d]> '

Questo raggiunge un effetto simile, senza dover gestire .bashrc .



Modified text is an extract of the original Stack Overflow Documentation
Autorizzato sotto CC BY-SA 3.0
Non affiliato con Stack Overflow