prompt. The string for defining the prompt can contain the following special sequences. mysql 控制臺(tái)程序的默認(rèn)提示符為 mysql>. 該提示符可用根據(jù)需要進(jìn)行修改設(shè)置: 有以下幾種設(shè)置方式: 設(shè)置shell 的環(huán)境變量 : MYSQL_PS1 shell>" />

<span id="mktg5"></span>

<i id="mktg5"><meter id="mktg5"></meter></i>

        <label id="mktg5"><meter id="mktg5"></meter></label>
        最新文章專(zhuān)題視頻專(zhuān)題問(wèn)答1問(wèn)答10問(wèn)答100問(wèn)答1000問(wèn)答2000關(guān)鍵字專(zhuān)題1關(guān)鍵字專(zhuān)題50關(guān)鍵字專(zhuān)題500關(guān)鍵字專(zhuān)題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關(guān)鍵字專(zhuān)題關(guān)鍵字專(zhuān)題tag2tag3文章專(zhuān)題文章專(zhuān)題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專(zhuān)題3
        問(wèn)答文章1 問(wèn)答文章501 問(wèn)答文章1001 問(wèn)答文章1501 問(wèn)答文章2001 問(wèn)答文章2501 問(wèn)答文章3001 問(wèn)答文章3501 問(wèn)答文章4001 問(wèn)答文章4501 問(wèn)答文章5001 問(wèn)答文章5501 問(wèn)答文章6001 問(wèn)答文章6501 問(wèn)答文章7001 問(wèn)答文章7501 問(wèn)答文章8001 問(wèn)答文章8501 問(wèn)答文章9001 問(wèn)答文章9501
        當(dāng)前位置: 首頁(yè) - 科技 - 知識(shí)百科 - 正文

        mysql控制臺(tái)程序的提示符prompt字符串設(shè)置_MySQL

        來(lái)源:懂視網(wǎng) 責(zé)編:小采 時(shí)間:2020-11-09 19:02:25
        文檔

        mysql控制臺(tái)程序的提示符prompt字符串設(shè)置_MySQL

        mysql控制臺(tái)程序的提示符prompt字符串設(shè)置_MySQL:bitsCN.com The prompt command reconfigures the default mysql> prompt. The string for defining the prompt can contain the following special sequences. mysql 控制臺(tái)程序的默認(rèn)提示符為 mysql>. 該提示符可用根據(jù)需要進(jìn)行修改設(shè)置: 有以下幾種設(shè)置方式: 設(shè)置shell 的環(huán)境變量 : MYSQL_PS1 shell>
        推薦度:
        導(dǎo)讀mysql控制臺(tái)程序的提示符prompt字符串設(shè)置_MySQL:bitsCN.com The prompt command reconfigures the default mysql> prompt. The string for defining the prompt can contain the following special sequences. mysql 控制臺(tái)程序的默認(rèn)提示符為 mysql>. 該提示符可用根據(jù)需要進(jìn)行修改設(shè)置: 有以下幾種設(shè)置方式: 設(shè)置shell 的環(huán)境變量 : MYSQL_PS1 shell>

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

        mysql 控制臺(tái)程序的默認(rèn)提示符為 "mysql>". 該提示符可用根據(jù)需要進(jìn)行修改設(shè)置:

        有以下幾種設(shè)置方式:

        設(shè)置shell 的環(huán)境變量 : MYSQL_PS1

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

        使用程序啟動(dòng)命令選項(xiàng) : --prompt

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

        設(shè)置選項(xiàng)文件中的 [mysql] 節(jié),添加 prompt 選項(xiàng)

        [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 中一些特殊的轉(zhuǎn)義字符串

          OptionDescription
          /cA counter that increments for each statement you issue
          /DThe full current date
          /dThe default database
          /hThe server host
          /lThe current delimiter (new in 5.1.12)
          /mMinutes of the current time
          /nA newline character
          /OThe current month in three-letter format (Jan, Feb, …)
          /oThe current month in numeric format
          /Pam/pm
          /pThe current TCP/IP port or socket file
          /RThe current time, in 24-hour military time (0

          聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

          文檔

          mysql控制臺(tái)程序的提示符prompt字符串設(shè)置_MySQL

          mysql控制臺(tái)程序的提示符prompt字符串設(shè)置_MySQL:bitsCN.com The prompt command reconfigures the default mysql> prompt. The string for defining the prompt can contain the following special sequences. mysql 控制臺(tái)程序的默認(rèn)提示符為 mysql>. 該提示符可用根據(jù)需要進(jìn)行修改設(shè)置: 有以下幾種設(shè)置方式: 設(shè)置shell 的環(huán)境變量 : MYSQL_PS1 shell>
          推薦度:
          標(biāo)簽: 程序 my mysql
          • 熱門(mén)焦點(diǎn)

          最新推薦

          猜你喜歡

          熱門(mén)推薦

          Top
          主站蜘蛛池模板: 亚洲酒色1314狠狠做| 免费大片黄手机在线观看 | 91免费在线视频| 亚洲av无码不卡私人影院| 在线91精品亚洲网站精品成人| 无人在线观看完整免费版视频| 亚洲AV成人无码天堂| 亚洲三级在线免费观看| 亚洲成a人片在线看| 在线观看免费亚洲| 又大又硬又粗又黄的视频免费看 | 亚洲精品无码久久久久A片苍井空| 色妞WWW精品免费视频| 亚洲kkk4444在线观看| 免费观看a级毛片| 国产成人高清亚洲一区久久| 亚洲精品无码AV中文字幕电影网站| 午夜肉伦伦影院久久精品免费看国产一区二区三区 | 亚洲av永久无码天堂网| 国产精品无码免费视频二三区| 亚洲国产精品尤物yw在线| 91嫩草私人成人亚洲影院| 国产精品成人免费福利| 亚洲日韩AV一区二区三区中文| 女人18毛片水真多免费看| 免费人成在线观看播放a| 亚洲无线码在线一区观看| 91免费国产精品| 亚洲日韩精品无码专区加勒比| 免费一看一级毛片人| 嫩草在线视频www免费观看| 亚洲性一级理论片在线观看| 国产猛烈高潮尖叫视频免费| eeuss影院免费直达入口| 老汉色老汉首页a亚洲| 成年女人午夜毛片免费视频 | 日韩在线观看视频免费| 国产亚洲精品自在久久| 在线视频精品免费| 高潮毛片无遮挡高清免费| 久久亚洲sm情趣捆绑调教|