". 该提示符可用根据需要进行修改设置: 有以....">

当前位置:  数据库>mysql

mysql 控制台程序的提示符 prompt 字符串设置

    来源: 互联网  发布时间:2014-09-06

    本文导语:  The prompt command reconfigures the default mysql> prompt. The string for defining the prompt can contain the following special sequences. mysql 控制台程序的默认提示符为 "mysql>". 该提示符可用根据需要进行修改设置: 有以下几种设置方式: 设置shell 的环境变...

The prompt command reconfigures the default mysql> prompt. The string for defining the prompt can contain the following special sequences.

mysql 控制台程序的默认提示符为 "mysql>". 该提示符可用根据需要进行修改设置:

有以下几种设置方式:

设置shell 的环境变量 : MYSQL_PS1

shell> export MYSQL_PS1="(u@h) [d]> "

使用程序启动命令选项 : --prompt

shell> mysql --prompt="(u@h) [d]> "
(user@host) [database]>

设置选项文件中的 [mysql] 节,添加 prompt 选项

[mysql]
prompt=(\u@\h) [\d]>\_
在 mysql 程序中使用 prompt (R) 命令

mysql> prompt (u@h) [d]>_
PROMPT set to '(u@h) [d]>_'
(user@host) [database]>
(user@host) [database]> prompt
Returning to default PROMPT of mysql>
mysql>

prompt 中一些特殊的转义字符串

Option Description c A counter that increments for each statement you issue D The full current date d The default database h The server host l The current delimiter (new in 5.1.12) m Minutes of the current time n A newline character O The current month in three-letter format (Jan, Feb, …) o The current month in numeric format P am/pm p The current TCP/IP port or socket file R The current time, in 24-hour military time (0–23) r The current time, standard 12-hour time (1–12) S Semicolon s Seconds of the current time t A tab character U

Your full user_name@host_name account name

u Your user name v The server version w The current day of the week in three-letter format (Mon, Tue, …) Y The current year, four digits y The current year, two digits _ A space   A space (a space follows the backslash) ' Single quote " Double quote \ A literal “” backslash character x

x, for any “x” not listed above


    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • mysql中字符串和时间互相转换的方法(自动转换及DATE_FORMAT函数)
  • mysql查询字符串替换语句小结(数据库字符串替换)
  • sqlserver、mysql获取连接字符串步骤
  • mysql中向表中某字段追加字符串的方法
  • 浅析MySQL之字符串函数
  • MySQL中随机生成固定长度字符串的方法
  • mysql截取的字符串函数substring_index的用法
  • 批量替换 MySQL 指定字段中的字符串
  • mysql获取字符串长度函数(CHAR_LENGTH)
  • 关于Mysql查询带单引号及插入带单引号字符串问题
  • mysql替换表中的字符串的sql语句
  • 用MySQL函数清除字符串首尾空白字符的方法
  • MySQL笔记之字符串函数的应用
  • mysql 截取指定的两个字符串之间的内容
  • mysql 字符串长度计算实现代码(gb2312+utf8)
  • MySQL replace函数替换字符串语句的用法
  • mysql中取字符串中的数字的语句
  • Mysql字符串截取函数SUBSTRING的用法说明
  • MySQL里实现类似SPLIT的分割字符串的函数
  • NOSQL iis7站长之家
  • MySQL 字符串模式匹配 扩展正则表达式模式匹配
  • mysql中如何查看最大连接数(max_connections)和修改最大连接数
  • 在 linux下输入"mysql"命令,进入mysql命令行,但出现“Can't connetc to local MySQL server thuough socket /var/lib/mysql/mysql.sock
  • Mysql查询错误:ERROR:no query specified原因
  • MySQL 重装MySQL后, mysql服务无法启动
  • php安装完成后如何添加mysql扩展
  • 为什么用linux安装盘安装了mysql后,启动mysql,提示找不到mysql.sock文件?
  • mysql中查询当前正在运行的SQL语句并找出mysql中运行慢的sql语句
  • 請教,在redhat linux7.2+mysql 中,系統提示mysql已啟動,網頁卻不能訪問mysql?
  • Myeclipse中自带Tomcat的JDBC连接池配置(mysql和mssql)
  • 求解释: useradd -g mysql mysql -d /home/mysql -s /sbin/nologin


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3