diff options
author | unknown <arjen@fred.bitbike.com> | 2002-06-17 11:54:45 +1000 |
---|---|---|
committer | unknown <arjen@fred.bitbike.com> | 2002-06-17 11:54:45 +1000 |
commit | 2fd325154155e96e12b8a9edd7c04e62b1dd97aa (patch) | |
tree | 8fba18dfa88641db256c61fe5f67627043befd98 /Docs | |
parent | 9bcf5111d0a7713b7837ddb4ea3730671ad56364 (diff) | |
download | mariadb-git-2fd325154155e96e12b8a9edd7c04e62b1dd97aa.tar.gz |
Added MYSQL_PS1 to environment variables section.
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 8db04ac569d..915e3830f63 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -56713,6 +56713,8 @@ variables to modify the behavior of MySQL. @xref{Option files}. @tindex Environment variable, MYSQL_HISTFILE @tindex MYSQL_HOST environment variable @tindex Environment variable, MYSQL_HOST +@tindex MYSQL_PS1 environment variable +@tindex Environment variable, MYSQL_PS1 @tindex MYSQL_PWD environment variable @tindex Environment variable, MYSQL_PWD @tindex MYSQL_TCP_PORT environment variable @@ -56744,7 +56746,8 @@ variables to modify the behavior of MySQL. @xref{Option files}. @item @code{LD_RUN_PATH} @tab Used to specify where your @code{libmysqlclient.so} is. @item @code{MYSQL_DEBUG} @tab Debug-trace options when debugging. @item @code{MYSQL_HISTFILE} @tab The path to the @code{mysql} history file. -@item @code{MYSQL_HOST} @tab Default host name used by the @code{mysql} command-line prompt. +@item @code{MYSQL_HOST} @tab Default host name used by the @code{mysql} command-line client. +@item @code{MYSQL_PS1} @tab Command prompt to use in the @code{mysql} command-line client. @xref{mysql}. @item @code{MYSQL_PWD} @tab The default password when connecting to @code{mysqld}. Note that use of this is insecure! @item @code{MYSQL_TCP_PORT} @tab The default TCP/IP port. @item @code{MYSQL_UNIX_PORT} @tab The default socket; used for connections to @code{localhost}. |