<legend id='5WUJL'><style id='5WUJL'><dir id='5WUJL'><q id='5WUJL'></q></dir></style></legend>

  • <tfoot id='5WUJL'></tfoot>

    <small id='5WUJL'></small><noframes id='5WUJL'>

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

        <bdo id='5WUJL'></bdo><ul id='5WUJL'></ul>

        在 MySQL 中加载数据 infile 的访问被拒绝

        时间:2023-06-02
        • <small id='3n4eN'></small><noframes id='3n4eN'>

            <bdo id='3n4eN'></bdo><ul id='3n4eN'></ul>

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

                1. <legend id='3n4eN'><style id='3n4eN'><dir id='3n4eN'><q id='3n4eN'></q></dir></style></legend>
                  本文介绍了在 MySQL 中加载数据 infile 的访问被拒绝的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我一直在 PHP 中使用 MySQL 查询,但是当我尝试时

                  I use MySQL queries all the time in PHP, but when I try

                  LOAD DATA INFILE
                  

                  我收到以下错误

                  #1045 - 用户 'user'@'localhost' 的访问被拒绝(使用密码:YES)

                  #1045 - Access denied for user 'user'@'localhost' (using password: YES)

                  有人知道这是什么意思吗?

                  Does anyone know what this means?

                  推荐答案

                  我也刚遇到这个问题.我不得不将 LOCAL 添加到我的 SQL 语句中.

                  I just ran into this issue as well. I had to add LOCAL to my SQL statement.

                  例如,这给出了权限问题:

                  For example, this gives the permission problem:

                  LOAD DATA INFILE '{$file}' INTO TABLE {$table}
                  

                  LOCAL 添加到您的语句中,权限问题就会消失.像这样:

                  Add LOCAL to your statement and the permissions issue should go away. Like so:

                  LOAD DATA LOCAL INFILE '{$file}' INTO TABLE {$table}
                  

                  这篇关于在 MySQL 中加载数据 infile 的访问被拒绝的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:在 MySQL 中存储 IPv6 地址 下一篇:MySQL中的Case语句

                  相关文章

                2. <small id='96e49'></small><noframes id='96e49'>

                    <bdo id='96e49'></bdo><ul id='96e49'></ul>

                    <legend id='96e49'><style id='96e49'><dir id='96e49'><q id='96e49'></q></dir></style></legend>
                    <tfoot id='96e49'></tfoot>

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