我们尝试回滚 Mariabd 失败。该进程仍列在列表中,show full processlist
但没有显示任何进展。如何停止此进程?
22301639 user localhost db Killed 20334 Rollback insert into `table`(... 0.000
KILL 22301639;
没有效果。
答案1
回滚(可能)是终止语句的结果 - 而不是主题。除非您打算从备份中恢复,否则最好让它运行至完成。
我们尝试回滚 Mariabd 失败。该进程仍列在列表中,show full processlist
但没有显示任何进展。如何停止此进程?
22301639 user localhost db Killed 20334 Rollback insert into `table`(... 0.000
KILL 22301639;
没有效果。
回滚(可能)是终止语句的结果 - 而不是主题。除非您打算从备份中恢复,否则最好让它运行至完成。