MySQL + SQL · Lesson 87
Locks and Deadlocks in MySQL
Locks
A lock reserves a row or table for one transaction so others wait, preventing conflicting changes.
- Shared (read) lock — others can read, not write.
- Exclusive (write) lock — others cannot read or write.
Deadlock
A deadlock happens when two transactions each wait for a row the other holds — neither can proceed. MySQL detects this and automatically rolls back one transaction.
Avoiding Deadlocks
- Access tables/rows in the same order in every transaction.
- Keep transactions short.
Summary
- Locks reserve rows; shared = read, exclusive = write.
- A deadlock is mutual waiting; MySQL rolls back one to break it.
💻 Live Code Editor
Is page ki language (MYSQL) mein code likhein aur turant chalाएं — yahीं, bina kuch install kiye.Powered by OneCompiler. Agar editor na khule to yahान naye tab mein kholein.
💻 Live Code Editor
Is page ke program yahan ready hain — chalाएं, badlें aur seekhें. Bina kuch install kiye.
Powered by OneCompiler. Editor mein code apne aap aa jata hai — Run dabaakर output dekhें.
Agar load na ho to naye tab mein kholें.