MySQL read lock and write lock

Source: Internet
Author: User

Read Lock: All sessions can only be queried by the SELECT statement

TABLE [table_name] READ

SELECT * FROM table_name;

INSERT into table_name () VALUES (); #一直等待, until unlocked or timed out

Write Lock: only the current session can be added and checked, other sessions cannot be any action

TABLE [table_name] WRITE

Unlock:

TABLES  #常规解锁  TABLE[table_name] READ   #再一次锁上, the last object that was intercepted was lifted. Then continue to intercept TABLE[table_name]WRITE  #再一次锁上, The last object that was intercepted was removed. And then continue to intercept .

MySQL read lock and write lock

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.