Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我错误地杀死了 mysql db 中的一个正在运行的线程。
我如何在 mysql 中看到被杀死的线程?
我可以调查谁授予了某些用户的访问权限。
您唯一的机会是使用:
SHOW FULL PROCESSLIST 命令,然后在命令列下您可能会看到“Killed”。如果你看到你仍然有机会回滚。如果线程是死的并且你看不到被杀死的状态,那么为时已晚。