0

How to lock database tables in mysql

hello am new to executing mysql queries. now i have doubt to lock particular table from the database please guide me.

stewart
asked Oct 20, 2017
1 Answer
0

to lock database table only read use LOCK TABLE TB1 READ; and for write use LOCK TABLE TB1 READ;

View More
arunkumarak
answered Oct 20, 2017
Your Answer
||||
x
 
100:0