<bdo id='gst5X'></bdo><ul id='gst5X'></ul>
        <tfoot id='gst5X'></tfoot>

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

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

        获取“超出锁定等待超时;尝试重新启动事务&

        时间:2023-08-18

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

        <legend id='bwxxD'><style id='bwxxD'><dir id='bwxxD'><q id='bwxxD'></q></dir></style></legend>
          • <bdo id='bwxxD'></bdo><ul id='bwxxD'></ul>
                <tbody id='bwxxD'></tbody>

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

                  本文介绍了获取“超出锁定等待超时;尝试重新启动事务"即使我没有使用交易的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我正在运行以下 MySQL UPDATE 语句:

                  I'm running the following MySQL UPDATE statement:

                  mysql> update customer set account_import_id = 1;
                  ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction
                  

                  我没有使用事务,为什么会出现此错误?我什至尝试重新启动我的 MySQL 服务器,但没有帮助.

                  I'm not using a transaction, so why would I be getting this error? I even tried restarting my MySQL server and it didn't help.

                  该表有 406,733 行.

                  The table has 406,733 rows.

                  推荐答案

                  您正在使用事务;autocommit 不会禁用事务,它只是让它们在语句结束时自动提交.

                  You are using a transaction; autocommit does not disable transactions, it just makes them automatically commit at the end of the statement.

                  发生的情况是,某个其他线程在某条记录上持有记录锁(您正在更新表中的每条记录!)太长时间了,并且您的线程超时了.

                  What is happening is, some other thread is holding a record lock on some record (you're updating every record in the table!) for too long, and your thread is being timed out.

                  您可以通过发布一个查看更多活动详情

                  You can see more details of the event by issuing a

                  SHOW ENGINE INNODB STATUS
                  

                  在事件之后(在 SQL 编辑器中).理想情况下,在安静的测试机器上执行此操作.

                  after the event (in SQL editor). Ideally do this on a quiet test-machine.

                  这篇关于获取“超出锁定等待超时;尝试重新启动事务"即使我没有使用交易的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:记录mysql中的所有查询 下一篇:MySQL - 在一个查询中更新具有不同值的多行

                  相关文章

                  最新文章

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

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

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

                      <tfoot id='xGpdE'></tfoot>