2021-04-02

mysql prompt用法详解

  当我们用mysql client连接mysql实例的时候我们想要显示我们连接的是那个实例、用哪个账号登录的、现在在哪个database中、现在系统时间等等很多信息的时候,那么mysql prompt将需要配置,以下将介绍prompt的配置详解,以及配置方法:

1、我们可以放在默认配置文件的mysql项目中,当我们登录的时候我们就可以看到如期显示了我们配置的信息:

root@DESKTOP-1T4MD6P:~# more /etc/my.cnf[mysql]prompt="\\u@\\h [\\d]>"root@DESKTOP-1T4MD6P:~# mysql -S /tmp/mysql3306.sockWelcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 25Server version: 8.0.23 MySQL Community Server - GPLCopyright (c) 2000, 2021, Oracle and/or its affiliates.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.root@localhost [(none)]>

2、如果我们的配置文件不是默认配置文件,那么我们登录的时候需要指定配置文件也可以:

root@DESKTOP-1T4MD6P:~# mysql --defaults-file=/etc/myback.cnf -S /tmp/mysql3306.sockWelcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 26Server version: 8.0.23 MySQL Community Server - GPLCopyright (c) 2000, 2021, Oracle and/or its affiliates.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.root@localhost [(none)]>

3、如果我们只是临时用一下不想创建或者修改配置文件,那么我们可以在登录的时候直接指定参数:

root@DESKTOP-1T4MD6P:~# mysql -S /tmp/mysql3306.sock --prompt="\\u@\\h [\\d]>"

接下来我们整理一下可以定制哪些信息以及哪个字符对应什么信息:

\C当前连接的标志符,也就是说从show processlist中看到当前连接的ID
\c每次新连接执行语句计数器
\D当前完整时间,包括年月日时分秒
\d当前数据库,比如user test则显示test,如果没有执行use命令则显示(none)
\h实例连接地址
\l";"分界符,可以用于多个配置之间
\m当前时间分钟
\n换行符
\O三个字母的月份
\o数字格式的月份
\P上午下午
\p当前TCP/IP端口
\R当前时间小时,24时制
\r当前时间小时,12时制
\S分号
\s当前时间秒
\t制表符
\U完整账户名称user_name@host_name
\u用户名user_name
\vMySQL服务器版本
\w当前周几
\Y当前4位数字年
\y当前2位数字年
\_空格
\ 
\'单引号
\"双引号
\\ 
\x 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

其实我们日常用的比较多的可能就是用户名、连接地址、数据库名、时间等参数,可以根据需求定制;









原文转载:http://www.shaoqun.com/a/661719.html

跨境电商:https://www.ikjzd.com/

trademanager:https://www.ikjzd.com/w/730

东杰智能:https://www.ikjzd.com/w/1967


当我们用mysqlclient连接mysql实例的时候我们想要显示我们连接的是那个实例、用哪个账号登录的、现在在哪个database中、现在系统时间等等很多信息的时候,那么mysqlprompt将需要配置,以下将介绍prompt的配置详解,以及配置方法:1、我们可以放在默认配置文件的mysql项目中,当我们登录的时候我们就可以看到如期显示了我们配置的信息:root@DESKTOP-1T4MD6P:
汇通天下:https://www.ikjzd.com/w/2055
gtc:https://www.ikjzd.com/w/974
feedly:https://www.ikjzd.com/w/754
亚马逊上被限制上架的Listing如何修复?Listing常见问题解答!:https://www.ikjzd.com/home/109986
和大我10岁的少妇婚外姐弟恋:http://lady.shaoqun.com/a/273079.html
新鲜分享--如何合并listing:https://www.ikjzd.com/tl/5054

No comments:

Post a Comment