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

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

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

        • <bdo id='QyrZ4'></bdo><ul id='QyrZ4'></ul>
      2. <legend id='QyrZ4'><style id='QyrZ4'><dir id='QyrZ4'><q id='QyrZ4'></q></dir></style></legend>

        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的访问被拒绝(使用密码:是))

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

              <tfoot id='QtmIg'></tfoot>
            • <legend id='QtmIg'><style id='QtmIg'><dir id='QtmIg'><q id='QtmIg'></q></dir></style></legend>
                <tbody id='QtmIg'></tbody>
              1. <small id='QtmIg'></small><noframes id='QtmIg'>

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

                  问题描述

                  当我尝试访问我的 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'的访问被拒绝(使用密码:是)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)
                    <tbody id='3VpUo'></tbody>
                  <tfoot id='3VpUo'></tfoot>

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

                          • <bdo id='3VpUo'></bdo><ul id='3VpUo'></ul>

                            <small id='3VpUo'></small><noframes id='3VpUo'>