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

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

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

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

        xampp localhost phpmyadmin 用户 'root'@'localhost&

        xampp localhost phpmyadmin Access denied for user #39;root#39;@#39;localhost#39; (using password: YES)(xampp localhost phpmyadmin 用户 root@localhost 访问被拒绝(使用密码:YES))

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

        <legend id='f4tTf'><style id='f4tTf'><dir id='f4tTf'><q id='f4tTf'></q></dir></style></legend>
            <bdo id='f4tTf'></bdo><ul id='f4tTf'></ul>
              <tbody id='f4tTf'></tbody>

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

                  <tfoot id='f4tTf'></tfoot>
                  本文介绍了xampp localhost phpmyadmin 用户 'root'@'localhost' 访问被拒绝(使用密码:YES)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  当我尝试访问我的 phpmyadmin localhost 时遇到两个错误

                  I am getting two errors when I try to go to my phpmyadmin localhost

                  Access denied for user 'root'@'localhost' (using password: YES)
                  
                  phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
                  

                  我不知道我做错了什么...这是我的配置代码...

                  I don't know what I am doing wrong...here is my config code...

                  $cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
                  
                  /* 
                   * Servers configuration
                   */
                  $i = 0;
                  
                  /* 
                   * First server
                   */
                  $i++;
                  /* Authentication type */
                  $cfg['Servers'][$i]['auth_type'] = 'config';
                  /* Server parameters */
                  $cfg['Servers'][$i]['host'] = 'localhost';
                  $cfg['Servers'][$i]['user'] = 'root';
                  $cfg['Servers'][$i]['password'] = 'password';
                  $cfg['Servers'][$i]['connect_type'] = 'socket'; 
                  $cfg['Servers'][$i]['compress'] = false;
                  $cfg['Servers'][$i]['AllowNoPassword'] = false;
                  /* Select mysqli if your server has it */
                  $cfg['Servers'][$i]['extension'] = 'mysql';
                  /* User for advanced features */
                  //$cfg['Servers'][$i]['controluser'] = 'pmauser';
                  //$cfg['Servers'][$i]['controlpass'] = 'pmapass';
                  /* 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';
                  
                  /* 
                   * End of servers configuration
                   */
                  
                  /*
                   * Directories for saving/loading files from server
                   */
                  $cfg['UploadDir'] = '';
                  $cfg['SaveDir'] = '';
                  
                  ?>
                  

                  我注意到很多代码被注释掉了,我应该取消注释吗?

                  I notice a lot of code is commented out, should I un-commented it?

                  推荐答案

                  不要改变任何东西,保持原样,只需打开你的 xampp 并尝试从 shell 访问 mysql cd c://xampp/mysql/bin 写完之后mysql然后点击进入它会打开你的数据库

                  Don't change anything , put as it was there , just open your xampp and try to access mysql from shell cd c://xampp/mysql/bin after this write mysql and click enter it will open your databases

                  这篇关于xampp localhost phpmyadmin 用户 'root'@'localhost' 访问被拒绝(使用密码:YES)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Appending GET parameters to URL from lt;formgt; action(将 GET 参数附加到来自 lt;formgt; 的 URL行动)
                  Forcing quot;Save Asquot; dialog via jQuery GET(强制“另存为通过 jQuery GET 对话框)
                  PHP - get certain word from string(PHP - 从字符串中获取某个单词)
                  How to debug a get request in php using curl(如何使用 curl 在 php 中调试 get 请求)
                  get a # from a url in php(从 php 中的 url 获取 #)
                  PHP - include() file not working when variables are put in url?(PHP - 将变量放入 url 时,include() 文件不起作用?)
                  • <tfoot id='d3TJB'></tfoot>

                      • <bdo id='d3TJB'></bdo><ul id='d3TJB'></ul>
                        <legend id='d3TJB'><style id='d3TJB'><dir id='d3TJB'><q id='d3TJB'></q></dir></style></legend>
                      • <small id='d3TJB'></small><noframes id='d3TJB'>

                              <tbody id='d3TJB'></tbody>
                          1. <i id='d3TJB'><tr id='d3TJB'><dt id='d3TJB'><q id='d3TJB'><span id='d3TJB'><b id='d3TJB'><form id='d3TJB'><ins id='d3TJB'></ins><ul id='d3TJB'></ul><sub id='d3TJB'></sub></form><legend id='d3TJB'></legend><bdo id='d3TJB'><pre id='d3TJB'><center id='d3TJB'></center></pre></bdo></b><th id='d3TJB'></th></span></q></dt></tr></i><div id='d3TJB'><tfoot id='d3TJB'></tfoot><dl id='d3TJB'><fieldset id='d3TJB'></fieldset></dl></div>