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

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

      <tfoot id='JmMn9'></tfoot>

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

      • <bdo id='JmMn9'></bdo><ul id='JmMn9'></ul>

      phpMyAdmin 錯誤: mysqli_real_connect(): (HY000/1045): 用戶

      phpMyAdmin ERROR: mysqli_real_connect(): (HY000/1045): Access denied for user #39;pma#39;@#39;localhost#39; (using password: NO)(phpMyAdmin 錯誤: mysqli_real_connect(): (HY000/1045): 用戶 pma@localhost 訪問被拒絕(使用密碼:NO)) -

        • <tfoot id='vqNjM'></tfoot>

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

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

            1. <i id='vqNjM'><tr id='vqNjM'><dt id='vqNjM'><q id='vqNjM'><span id='vqNjM'><b id='vqNjM'><form id='vqNjM'><ins id='vqNjM'></ins><ul id='vqNjM'></ul><sub id='vqNjM'></sub></form><legend id='vqNjM'></legend><bdo id='vqNjM'><pre id='vqNjM'><center id='vqNjM'></center></pre></bdo></b><th id='vqNjM'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='vqNjM'><tfoot id='vqNjM'></tfoot><dl id='vqNjM'><fieldset id='vqNjM'></fieldset></dl></div>
                <bdo id='vqNjM'></bdo><ul id='vqNjM'></ul>
                  <tbody id='vqNjM'></tbody>
                本文介紹了phpMyAdmin 錯誤: mysqli_real_connect(): (HY000/1045): 用戶 'pma'@'localhost' 訪問被拒絕(使用密碼:NO)的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                問題描述

                我通過 XAMPP 連接 mysql 時不斷收到以下錯誤,但我不知道該怎么辦:

                I keep getting the following errors with mysql connection through XAMPP and I don't know what to do:

                這是config.inc.php中的代碼

                That's the code in the config.inc.php

                <?php
                /*
                 * This is needed for cookie based authentication to encrypt password in
                 * cookie
                 */
                $cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE 
                SECURE COOKIE AUTH! */
                
                /*
                 * Servers configuration
                 */
                $i = 0;
                
                /*
                * First server
                */
                $i++;
                
                /* Authentication type and info */
                $cfg['Servers'][$i]['auth_type'] = 'config';
                $cfg['Servers'][$i]['user'] = 'root';
                $cfg['Servers'][$i]['password'] = '';
                $cfg['Servers'][$i]['extension'] = 'mysqli';
                $cfg['Servers'][$i]['AllowNoPassword'] = true;
                $cfg['Lang'] = '';
                
                /* Bind to the localhost ipv4 address and tcp */
                $cfg['Servers'][$i]['host'] = '127.0.0.1';
                $cfg['Servers'][$i]['connect_type'] = 'tcp';
                
                /* User for advanced features */
                $cfg['Servers'][$i]['controluser'] = 'pma';
                $cfg['Servers'][$i]['controlpass'] = '';
                
                /* Advanced phpMyAdmin features */
                $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
                $cfg['Servers'][$i]['bookmarktable'] = 'pma__bookmark';
                $cfg['Servers'][$i]['relation'] = 'pma__relation';
                $cfg['Servers'][$i]['table_info'] = 'pma__table_info';
                $cfg['Servers'][$i]['table_coords'] = 'pma__table_coords';
                $cfg['Servers'][$i]['pdf_pages'] = 'pma__pdf_pages';
                $cfg['Servers'][$i]['column_info'] = 'pma__column_info';
                $cfg['Servers'][$i]['history'] = 'pma__history';
                $cfg['Servers'][$i]['designer_coords'] = 'pma__designer_coords';
                $cfg['Servers'][$i]['tracking'] = 'pma__tracking';
                $cfg['Servers'][$i]['userconfig'] = 'pma__userconfig';
                $cfg['Servers'][$i]['recent'] = 'pma__recent';
                $cfg['Servers'][$i]['table_uiprefs'] = 'pma__table_uiprefs';
                $cfg['Servers'][$i]['users'] = 'pma__users';
                $cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
                $cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';
                $cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
                $cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
                $cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
                $cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';
                $cfg['Servers'][$i]['favorite'] = 'pma__favorite';
                
                /*
                 * End of servers configuration
                 */
                
                ?>
                

                我已經兩次從命令行從 MySql 重置密碼,并將更改添加到上面的代碼和 php.ini 文件中,但每次都會返回錯誤.有什么幫助嗎?

                I've already reset the password from MySql from the command line two times and added the changes to this code above and to the php.ini file, but at each time it goes back to the error. Any help?

                推薦答案

                你需要在mysql中創建用戶pma"或更改這一行(mysql的用戶和密碼):

                yo need create the user "pma" in mysql or change this lines(user and password for mysql):

                /* User for advanced features */
                $cfg['Servers'][$i]['controluser'] = 'pma'; 
                $cfg['Servers'][$i]['controlpass'] = '';
                

                Linux:/etc/phpmyadmin/config.inc.php

                這篇關于phpMyAdmin 錯誤: mysqli_real_connect(): (HY000/1045): 用戶 'pma'@'localhost' 訪問被拒絕(使用密碼:NO)的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

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

                相關文檔推薦

                store_result() and get_result() in mysql returns false(mysql 中的 store_result() 和 get_result() 返回 false)
                Call to undefined function mysqli_result::num_rows()(調用未定義的函數 mysqli_result::num_rows())
                PHP Prepared Statement Problems(PHP 準備好的語句問題)
                mysqli_fetch_array returning only one result(mysqli_fetch_array 只返回一個結果)
                PHP MySQLi Multiple Inserts(PHP MySQLi 多次插入)
                How do I make sure that values from MySQL keep their type in PHP?(如何確保 MySQL 中的值在 PHP 中保持其類型?)
                <legend id='mSvux'><style id='mSvux'><dir id='mSvux'><q id='mSvux'></q></dir></style></legend>

                  <tfoot id='mSvux'></tfoot>
                        <tbody id='mSvux'></tbody>

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

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

                          <bdo id='mSvux'></bdo><ul id='mSvux'></ul>
                          主站蜘蛛池模板: 拍真实国产伦偷精品 | 欧美在线一区视频 | 日韩在线视频免费观看 | 成人欧美一区二区三区在线播放 | 久久午夜国产精品www忘忧草 | 亚洲成av人影片在线观看 | 亚洲一区二区三区乱码aⅴ 四虎在线视频 | 91久久婷婷| 亚洲日日| 青青久久av北条麻妃海外网 | 免费99视频 | 成人午夜激情 | 国产精品美女久久久久 | www.日本国产| 成人国产精品久久 | 国产欧美在线一区二区 | av在线三级| 天堂色综合 | 久久精品国产精品青草 | 国产精品视频在线播放 | 国产福利在线看 | 婷婷久 | 国产韩国精品一区二区三区 | 91天堂 | www.yw193.com| 国产精品视频一区二区三区 | 日韩精品一区二区三区四区 | 国产精品一区二区福利视频 | 午夜久久久久 | 欧美6一10sex性hd | 欧美日韩一区精品 | www.亚洲一区二区三区 | 中文字幕亚洲视频 | 亚洲高清在线观看 | 国产一区二区三区日韩 | 成人在线观看免费 | 精品久| 成年人在线电影 | 欧美日韩视频在线第一区 | 精品国产伦一区二区三区观看体验 | 中国一级大黄大片 |