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.
次のようなストアドプロシージャがありました。
START TRANSACTION; //Do a insert //Do a select COMMIT;
挿入中にエラーが発生しました (既存の主キーで挿入しようとしました)。現在、同じ主キーで行を更新できません。MySQL Workbench がハングします。挿入しようとして失敗したプロセスを強制終了する必要があると思います。
方法はありますか?