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

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

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

      <tfoot id='g1skc'></tfoot>

      1. 如何将mysql的默认端口从3306更改为3360

        时间:2023-05-23
          <tbody id='OAfNr'></tbody>

              • <bdo id='OAfNr'></bdo><ul id='OAfNr'></ul>
                <tfoot id='OAfNr'></tfoot>
                <legend id='OAfNr'><style id='OAfNr'><dir id='OAfNr'><q id='OAfNr'></q></dir></style></legend>

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

                  <i id='OAfNr'><tr id='OAfNr'><dt id='OAfNr'><q id='OAfNr'><span id='OAfNr'><b id='OAfNr'><form id='OAfNr'><ins id='OAfNr'></ins><ul id='OAfNr'></ul><sub id='OAfNr'></sub></form><legend id='OAfNr'></legend><bdo id='OAfNr'><pre id='OAfNr'><center id='OAfNr'></center></pre></bdo></b><th id='OAfNr'></th></span></q></dt></tr></i><div id='OAfNr'><tfoot id='OAfNr'></tfoot><dl id='OAfNr'><fieldset id='OAfNr'></fieldset></dl></div>
                • 本文介绍了如何将mysql的默认端口从3306更改为3360的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我想修改 MySQL 服务器的默认端口号,目前是 3306,我想修改为 3360.

                  I want to change the default port number of MySQL server presently it is 3306. I want to change it to 3360.

                  我试过了:

                  -- port=3360
                  

                  但是事情对我不起作用.请提供查询以更改端口而不是任何配置.我正在使用 Windows 8 64 位.

                  But things are not working for me. Please provide query to change port not any configuration. I am using Windows 8 64 bit.

                  推荐答案

                  您需要编辑您的 my.cnf 文件并确保您的端口设置如下:

                  You need to edit your my.cnf file and make sure you have the port set as in the following line:

                  port = 3360
                  

                  然后重新启动您的 MySQL 服务,您应该就可以开始了.由于 port 不是动态变量(qv 此处查看 MySQL 文档,其中显示了所有系统变量的表格.

                  Then restart your MySQL service and you should be good to go. There is no query you can run to make this change because the port is not a dynamic variable (q.v. here for MySQL documentation showing a table of all system variables).

                  这篇关于如何将mysql的默认端口从3306更改为3360的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:MySQL - SQL_BIG_SELECTS 下一篇:mysql 中的 AES_ENCRYPT 后无法使用 AES_DECRYPT

                  相关文章

                      <legend id='2r2Vb'><style id='2r2Vb'><dir id='2r2Vb'><q id='2r2Vb'></q></dir></style></legend>

                        <bdo id='2r2Vb'></bdo><ul id='2r2Vb'></ul>
                    1. <tfoot id='2r2Vb'></tfoot>

                      <small id='2r2Vb'></small><noframes id='2r2Vb'>

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