<bdo id='RsXFr'></bdo><ul id='RsXFr'></ul>
    1. <tfoot id='RsXFr'></tfoot>
    2. <small id='RsXFr'></small><noframes id='RsXFr'>

        <legend id='RsXFr'><style id='RsXFr'><dir id='RsXFr'><q id='RsXFr'></q></dir></style></legend>
      1. <i id='RsXFr'><tr id='RsXFr'><dt id='RsXFr'><q id='RsXFr'><span id='RsXFr'><b id='RsXFr'><form id='RsXFr'><ins id='RsXFr'></ins><ul id='RsXFr'></ul><sub id='RsXFr'></sub></form><legend id='RsXFr'></legend><bdo id='RsXFr'><pre id='RsXFr'><center id='RsXFr'></center></pre></bdo></b><th id='RsXFr'></th></span></q></dt></tr></i><div id='RsXFr'><tfoot id='RsXFr'></tfoot><dl id='RsXFr'><fieldset id='RsXFr'></fieldset></dl></div>
      2. MySQL:启用 LOAD DATA LOCAL INFILE

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

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

                  本文介绍了MySQL:启用 LOAD DATA LOCAL INFILE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我在 Ubuntu 12 LTS 上运行 Mysql 5.5.我应该如何在 my.cnf 中启用 LOAD DATA LOCAL INFILE?

                  I'm running Mysql 5.5 on Ubuntu 12 LTS. How should I enable LOAD DATA LOCAL INFILE in my.cnf?

                  我已经尝试在我的配置中的各个地方添加 local-infile,但我仍然收到此 MySQL 版本不允许使用的命令"

                  I've tried adding local-infile in my config at various places but I'm still getting the "The used command is not allowed with this MySQL version"

                  推荐答案

                  来自 MySQL 5.5 手册页:

                  From the MySQL 5.5 manual page:

                  LOCAL 仅在您的服务器和客户端都已配置为允许它.例如,如果 mysqld 以--local-infile=0, LOCAL 不起作用.请参见第 6.1.6 节LOAD DATA LOCAL 的安全问题".

                  LOCAL works only if your server and your client both have been configured to permit it. For example, if mysqld was started with --local-infile=0, LOCAL does not work. See Section 6.1.6, "Security Issues with LOAD DATA LOCAL".

                  您应该设置选项:

                  local-infile=1
                  

                  进入 my.cnf 文件的 [mysql] 条目或使用 --local-infile 选项调用 mysql 客户端:

                  into your [mysql] entry of my.cnf file or call mysql client with the --local-infile option:

                  mysql --local-infile -uroot -pyourpwd yourdbname
                  

                  您必须确保在您的 [mysqld] 部分中也定义了相同的参数,以启用本地 infile"功能服务器端.

                  You have to be sure that the same parameter is defined into your [mysqld] section too to enable the "local infile" feature server side.

                  这是一个安全限制.

                  这篇关于MySQL:启用 LOAD DATA LOCAL INFILE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:我应该使用什么列类型/长度来在数据库中存储 下一篇:LAST_INSERT_ID() MySQL

                  相关文章

                  最新文章

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

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

                  2. <legend id='Hd0Jx'><style id='Hd0Jx'><dir id='Hd0Jx'><q id='Hd0Jx'></q></dir></style></legend>