久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <legend id='WAyjL'><style id='WAyjL'><dir id='WAyjL'><q id='WAyjL'></q></dir></style></legend>

      <bdo id='WAyjL'></bdo><ul id='WAyjL'></ul>
    <i id='WAyjL'><tr id='WAyjL'><dt id='WAyjL'><q id='WAyjL'><span id='WAyjL'><b id='WAyjL'><form id='WAyjL'><ins id='WAyjL'></ins><ul id='WAyjL'></ul><sub id='WAyjL'></sub></form><legend id='WAyjL'></legend><bdo id='WAyjL'><pre id='WAyjL'><center id='WAyjL'></center></pre></bdo></b><th id='WAyjL'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='WAyjL'><tfoot id='WAyjL'></tfoot><dl id='WAyjL'><fieldset id='WAyjL'></fieldset></dl></div>

    1. <small id='WAyjL'></small><noframes id='WAyjL'>

    2. <tfoot id='WAyjL'></tfoot>

        Ansible 不會將權限從 USAGE 更改為 GRANT ALL

        Ansible doesn#39;t change privilage from USAGE to GRANT ALL(Ansible 不會將權限從 USAGE 更改為 GRANT ALL)

          <small id='n5zxH'></small><noframes id='n5zxH'>

          • <bdo id='n5zxH'></bdo><ul id='n5zxH'></ul>
            <legend id='n5zxH'><style id='n5zxH'><dir id='n5zxH'><q id='n5zxH'></q></dir></style></legend>
              <tbody id='n5zxH'></tbody>
                • <i id='n5zxH'><tr id='n5zxH'><dt id='n5zxH'><q id='n5zxH'><span id='n5zxH'><b id='n5zxH'><form id='n5zxH'><ins id='n5zxH'></ins><ul id='n5zxH'></ul><sub id='n5zxH'></sub></form><legend id='n5zxH'></legend><bdo id='n5zxH'><pre id='n5zxH'><center id='n5zxH'></center></pre></bdo></b><th id='n5zxH'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='n5zxH'><tfoot id='n5zxH'></tfoot><dl id='n5zxH'><fieldset id='n5zxH'></fieldset></dl></div>

                  <tfoot id='n5zxH'></tfoot>
                  本文介紹了Ansible 不會將權限從 USAGE 更改為 GRANT ALL的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我使用以下 ansible 任務將所有權限授予所有數據庫.

                  I used following ansible task to GRANT ALL privilege to all databases.

                  - name: create new user {{ db_user }} with all privilege
                    mysql_user: name="{{ db_user }}"
                                password="{{ db_password }}"
                                append_privs=yes
                                priv=*.*:ALL,GRANT state=present
                  

                  但是當我在 mysql(mariadb) 上運行 show grants for 'dbuser'@'XX.XX.XX.XX'; 它顯示我跟隨.

                  but when I run show grants for 'dbuser'@'XX.XX.XX.XX'; on mysql(mariadb) it shows me following.

                  GRANT USAGE ON *.* TO 'dbuser'@'XX.XX.XX.XX' IDENTIFIED BY PASSWORD '*A7AD1ECBCD787B8CABE6A58AEA652A8B3CF5035BA82'
                  

                  如何使用 ansible 將此 USAGE 更改為 GRANT ALL?

                  How to change this USAGE to GRANT ALL using ansible?

                  推薦答案

                  默認情況下 mysql_user 使用 localhost 主機部分創建用戶.
                  因此,您的任務使用 GRANT ALL 創建了 dbuser@localhost.
                  如果您需要其他主機,請為模塊設置 host=XX.XX.XX.XX 參數.
                  從 2.1 開始修改權限時也有 host_all=yes 可用.

                  By default mysql_user creates users with localhost host portion.
                  So your task created dbuser@localhost with GRANT ALL.
                  If you need another host, set host=XX.XX.XX.XX parameter for the module.
                  Also there is host_all=yes available since 2.1 when modifying permissions.

                  這篇關于Ansible 不會將權限從 USAGE 更改為 GRANT ALL的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  How to use windowing functions efficiently to decide next N number of rows based on N number of previous values(如何有效地使用窗口函數根據 N 個先前值來決定接下來的 N 個行)
                  reuse the result of a select expression in the quot;GROUP BYquot; clause?(在“GROUP BY中重用選擇表達式的結果;條款?)
                  Does ignore option of Pyspark DataFrameWriter jdbc function ignore entire transaction or just offending rows?(Pyspark DataFrameWriter jdbc 函數的 ignore 選項是忽略整個事務還是只是有問題的行?) - IT屋-程序員軟件開發技
                  Error while using INSERT INTO table ON DUPLICATE KEY, using a for loop array(使用 INSERT INTO table ON DUPLICATE KEY 時出錯,使用 for 循環數組)
                  pyspark mysql jdbc load An error occurred while calling o23.load No suitable driver(pyspark mysql jdbc load 調用 o23.load 時發生錯誤 沒有合適的驅動程序)
                  How to integrate Apache Spark with MySQL for reading database tables as a spark dataframe?(如何將 Apache Spark 與 MySQL 集成以將數據庫表作為 Spark 數據幀讀取?)
                  <tfoot id='UoOBr'></tfoot>

                    <tbody id='UoOBr'></tbody>

                  <small id='UoOBr'></small><noframes id='UoOBr'>

                    <legend id='UoOBr'><style id='UoOBr'><dir id='UoOBr'><q id='UoOBr'></q></dir></style></legend>

                        • <bdo id='UoOBr'></bdo><ul id='UoOBr'></ul>
                          1. <i id='UoOBr'><tr id='UoOBr'><dt id='UoOBr'><q id='UoOBr'><span id='UoOBr'><b id='UoOBr'><form id='UoOBr'><ins id='UoOBr'></ins><ul id='UoOBr'></ul><sub id='UoOBr'></sub></form><legend id='UoOBr'></legend><bdo id='UoOBr'><pre id='UoOBr'><center id='UoOBr'></center></pre></bdo></b><th id='UoOBr'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='UoOBr'><tfoot id='UoOBr'></tfoot><dl id='UoOBr'><fieldset id='UoOBr'></fieldset></dl></div>

                            主站蜘蛛池模板: 涩涩视频在线播放 | 欧美一级在线视频 | 国产色在线 | 国产精品免费一区二区三区四区 | 在线播放第一页 | 色成人免费网站 | 在线观看毛片网站 | 久久不卡区 | 精品日韩一区二区 | 中文字幕免费观看 | 色天堂影院 | 一区日韩| 91资源在线 | 精品久久久久久久 | 国产亚洲一区二区三区 | 成人免费黄色 | 黄a在线观看| 欧美日韩高清一区二区三区 | 国产一区二区麻豆 | 麻豆国产一区二区三区四区 | 隔壁老王国产在线精品 | 成人精品毛片 | 久久大陆| 久久久久久久久久久高潮一区二区 | 国内精品视频一区二区三区 | 粉色午夜视频 | 美日韩精品 | 91国产在线播放 | 97精品超碰一区二区三区 | 成人精品一区二区三区中文字幕 | 亚洲乱码一区二区三区在线观看 | 国产成人精品一区二区三区在线观看 | 亚洲天堂av在线 | 亚洲精品一二区 | 亚洲精品99 | 在线国产一区 | 日韩精品在线网站 | 色花av| 天天插日日操 | 国产视频一视频二 | 国产丝袜一区二区三区免费视频 |