pbootcms网站模板|日韩1区2区|织梦模板||网站源码|日韩1区2区|jquery建站特效-html5模板网

    <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="mqagqgs" 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="uki44cu" 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)的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                問題描述

                我通過 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
                 */
                
                ?>
                

                我已經(jīng)兩次從命令行從 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中創(chuàng)建用戶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

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

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

                相關(guān)文檔推薦

                store_result() and get_result() in mysql returns false(mysql 中的 store_result() 和 get_result() 返回 false)
                Call to undefined function mysqli_result::num_rows()(調(diào)用未定義的函數(shù) mysqli_result::num_rows())
                PHP Prepared Statement Problems(PHP 準(zhǔn)備好的語句問題)
                mysqli_fetch_array returning only one result(mysqli_fetch_array 只返回一個結(jié)果)
                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="umuc4so" 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>
                          主站蜘蛛池模板: 伺服电机维修、驱动器维修「安川|三菱|松下」伺服维修公司-深圳华创益 | 山东氧化铁红,山东铁红-淄博科瑞化工有限公司 | 全自动烧卖机厂家_饺子机_烧麦机价格_小笼汤包机_宁波江北阜欣食品机械有限公司 | 苏州工作服定做-工作服定制-工作服厂家网站-尺品服饰科技(苏州)有限公司 | 北京银联移动POS机办理_收银POS机_智能pos机_刷卡机_收银系统_个人POS机-谷骐科技【官网】 | 水厂自动化-水厂控制系统-泵站自动化|控制系统-闸门自动化控制-济南华通中控科技有限公司 | 碳化硅,氮化硅,冰晶石,绢云母,氟化铝,白刚玉,棕刚玉,石墨,铝粉,铁粉,金属硅粉,金属铝粉,氧化铝粉,硅微粉,蓝晶石,红柱石,莫来石,粉煤灰,三聚磷酸钠,六偏磷酸钠,硫酸镁-皓泉新材料 | 中医治疗皮肤病_潍坊银康医院「山东」重症皮肤病救治平台 | 数控车床-立式加工中心-多功能机床-小型车床-山东临沂金星机床有限公司 | 自动化生产线-自动化装配线-直流电机自动化生产线-东莞市慧百自动化有限公司 | 耐力板-PC阳光板-PC板-PC耐力板 - 嘉兴赢创实业有限公司 | 欧盟ce检测认证_reach检测报告_第三方检测中心-深圳市威腾检验技术有限公司 | 点焊机-缝焊机-闪光对焊机-电阻焊设备生产厂家-上海骏腾发智能设备有限公司 | 华溶溶出仪-Memmert稳定箱-上海协烁仪器科技有限公司 | 打造全球沸石生态圈 - 国投盛世 锂电混合机-新能源混合机-正极材料混料机-高镍,三元材料混料机-负极,包覆混合机-贝尔专业混合混料搅拌机械系统设备厂家 | 国际线缆连接网 - 连接器_线缆线束加工行业门户网站 | 门禁卡_智能IC卡_滴胶卡制作_硅胶腕带-卡立方rfid定制厂家 | 瑞典Blueair空气净化器租赁服务中心-专注新装修办公室除醛去异味服务! | 上海质量认证办理中心 | 国际学校_国际学校哪个好_国际课程学校-国际学校择校网 | 智能门锁电机_智能门锁离合器_智能门锁电机厂家-温州劲力智能科技有限公司 | PC构件-PC预制构件-构件设计-建筑预制构件-PC构件厂-锦萧新材料科技(浙江)股份有限公司 | 智能终端_RTU_dcm_北斗星空自动化科技 | 双杰天平-国产双杰电子天平-美国双杰-常熟双杰仪器 | 齿式联轴器-弹性联轴器-联轴器厂家-江苏诺兴传动联轴器制造有限公司 | 辽宁资质代办_辽宁建筑资质办理_辽宁建筑资质延期升级_辽宁中杭资质代办 | 定制奶茶纸杯_定制豆浆杯_广东纸杯厂_[绿保佳]一家专业生产纸杯碗的厂家 | 吲哚菁绿衍生物-酶底物法大肠菌群检测试剂-北京和信同通科技发展有限公司 | 航拍_专业的无人机航拍摄影门户社区网站_航拍网 | 学考网学历中心| 环讯传媒,永康网络公司,永康网站建设,永康小程序开发制作,永康网站制作,武义网页设计,金华地区网站SEO优化推广 - 永康市环讯电子商务有限公司 | 台式低速离心机-脱泡离心机-菌种摇床-常州市万丰仪器制造有限公司 | 钢板仓,大型钢板仓,钢板库,大型钢板库,粉煤灰钢板仓,螺旋钢板仓,螺旋卷板仓,骨料钢板仓 | SF6环境监测系统-接地环流在线监测装置-瑟恩实业 | 报警器_家用防盗报警器_烟雾报警器_燃气报警器_防盗报警系统厂家-深圳市刻锐智能科技有限公司 | 咖啡加盟-咖啡店加盟-咖啡西餐厅加盟-塞纳左岸咖啡西餐厅官网 | 运动木地板厂家_体育木地板安装_篮球木地板选购_实木运动地板价格 | 欧美日韩国产一区二区三区不_久久久久国产精品无码不卡_亚洲欧洲美洲无码精品AV_精品一区美女视频_日韩黄色性爱一级视频_日本五十路人妻斩_国产99视频免费精品是看4_亚洲中文字幕无码一二三四区_国产小萍萍挤奶喷奶水_亚洲另类精品无码在线一区 | 餐饮加盟网_特色餐饮加盟店_餐饮连锁店加盟 | 韦伯电梯有限公司| 国标白水泥,高标号白水泥,白水泥厂家-淄博华雪建材有限公司 |