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

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

        如何找回我的 MySQL 用户名和密码?

        时间:2023-05-24
          <legend id='Hh5sm'><style id='Hh5sm'><dir id='Hh5sm'><q id='Hh5sm'></q></dir></style></legend>

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

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

                  本文介绍了如何找回我的 MySQL 用户名和密码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我丢失了 MySQL 用户名和密码.我如何找回它?

                  I lost my MySQL username and password. How do I retrieve it?

                  推荐答案

                  停止 MySQL 进程.

                  Stop the MySQL process.

                  使用 --skip-grant-tables 选项启动 MySQL 进程.

                  Start the MySQL process with the --skip-grant-tables option.

                  使用 -u root 选项启动 MySQL 控制台客户端.

                  Start the MySQL console client with the -u root option.

                  列出所有用户;

                  SELECT * FROM mysql.user;
                  

                  重置密码;

                  UPDATE mysql.user SET Password=PASSWORD('[password]') WHERE User='[username]';
                  


                  但是不要忘记

                  停止 MySQL 进程

                  Stop the MySQL process

                  正常启动 MySQL 进程(即没有 --skip-grant-tables 选项)

                  Start the MySQL Process normally (i.e. without the --skip-grant-tables option)

                  当你完成时.否则,您的数据库的安全性可能会受到威胁.

                  when you are finished. Otherwise, your database's security could be compromised.

                  这篇关于如何找回我的 MySQL 用户名和密码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:重命名 MySQL 中的列时出错 下一篇:什么时候使用 MyISAM 和 InnoDB?

                  相关文章

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

                  <tfoot id='uXHpn'></tfoot>

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