Lock table as Write in MySQL cause error in another table (Error in query (1100): Table was not locked with LOCK TABLES)

后端 未结 0 1714
不思量自难忘°
不思量自难忘° 2021-01-20 03:43

I\'m using MySQL 5.7 and in MySQL terminal I got this problem.

Why this MySQL query cause error?

UNLOCK TABLES; 
LOCK TABLES participants WRITE; 
SELEC         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题