<bdo id='M5wL1'></bdo><ul id='M5wL1'></ul>

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

      2. <tfoot id='M5wL1'></tfoot>
        <i id='M5wL1'><tr id='M5wL1'><dt id='M5wL1'><q id='M5wL1'><span id='M5wL1'><b id='M5wL1'><form id='M5wL1'><ins id='M5wL1'></ins><ul id='M5wL1'></ul><sub id='M5wL1'></sub></form><legend id='M5wL1'></legend><bdo id='M5wL1'><pre id='M5wL1'><center id='M5wL1'></center></pre></bdo></b><th id='M5wL1'></th></span></q></dt></tr></i><div id='M5wL1'><tfoot id='M5wL1'></tfoot><dl id='M5wL1'><fieldset id='M5wL1'></fieldset></dl></div>
        <legend id='M5wL1'><style id='M5wL1'><dir id='M5wL1'><q id='M5wL1'></q></dir></style></legend>
      3. 我应该如何处理 MySQL 中的 --secure-file-priv?

        时间:2023-08-17
        <i id='pBc8r'><tr id='pBc8r'><dt id='pBc8r'><q id='pBc8r'><span id='pBc8r'><b id='pBc8r'><form id='pBc8r'><ins id='pBc8r'></ins><ul id='pBc8r'></ul><sub id='pBc8r'></sub></form><legend id='pBc8r'></legend><bdo id='pBc8r'><pre id='pBc8r'><center id='pBc8r'></center></pre></bdo></b><th id='pBc8r'></th></span></q></dt></tr></i><div id='pBc8r'><tfoot id='pBc8r'></tfoot><dl id='pBc8r'><fieldset id='pBc8r'></fieldset></dl></div>

            <tbody id='pBc8r'></tbody>

                <tfoot id='pBc8r'></tfoot>

              1. <legend id='pBc8r'><style id='pBc8r'><dir id='pBc8r'><q id='pBc8r'></q></dir></style></legend>
                • <bdo id='pBc8r'></bdo><ul id='pBc8r'></ul>
                • <small id='pBc8r'></small><noframes id='pBc8r'>

                  本文介绍了我应该如何处理 MySQL 中的 --secure-file-priv?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我正在学习 MySQL 并尝试使用 LOAD DATA 子句.当我使用它时:

                  I am learning MySQL and tried using a LOAD DATA clause. When I used it as below:

                  LOAD DATA INFILE "text.txt" INTO table mytable;
                  

                  我收到以下错误:

                  MySQL 服务器正在使用 --secure-file-priv 选项运行,因此它无法执行此语句

                  The MySQL server is running with the --secure-file-priv option so it cannot execute this statement

                  我该如何解决这个错误?

                  How do I tackle this error?

                  我已经检查了 关于同一错误消息的另一个问题,但仍然找不到解决方案.

                  I have checked another question on the same error message, but still can’t find a solution.

                  我使用的是 MySQL 5.6

                  I am using MySQL 5.6

                  推荐答案

                  它按预期工作.您的 MySQL 服务器已启动 --secure-file-priv 选项基本上限制了您可以使用 LOAD DATA INFILE 从哪些目录加载文件.

                  It's working as intended. Your MySQL server has been started with --secure-file-priv option which basically limits from which directories you can load files using LOAD DATA INFILE.

                  您可以使用 SHOW VARIABLES LIKE "secure_file_priv"; 查看已配置的目录.

                  You may use SHOW VARIABLES LIKE "secure_file_priv"; to see the directory that has been configured.

                  您有两个选择:

                  1. 将您的文件移动到 secure-file-priv 指定的目录.
                  2. 禁用secure-file-priv.这必须从启动中删除,不能动态修改.为此,请检查您的 MySQL 启动参数(取决于平台)和 my.ini.
                  1. Move your file to the directory specified by secure-file-priv.
                  2. Disable secure-file-priv. This must be removed from startup and cannot be modified dynamically. To do this check your MySQL start up parameters (depending on platform) and my.ini.

                  这篇关于我应该如何处理 MySQL 中的 --secure-file-priv?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:库未加载:尝试使用 mysql2 gem 在 OS X 10.6 上运行“ 下一篇:我应该使用什么列类型/长度来在数据库中存储

                  相关文章

                  最新文章

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

                      <legend id='coJsv'><style id='coJsv'><dir id='coJsv'><q id='coJsv'></q></dir></style></legend>

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

                    1. <tfoot id='coJsv'></tfoot>