mysql的unlock tables和unlock table的区别是什么?

加锁时使用:lock table tbl_name write 或者 lock tables tbl_name write 都可以,
那么它们的区别是啥?

解锁时,使用:unlock tables 和 unlock table 都可以,那么它们的区别是啥?

回答

锁单个和多个表
https://dev.mysql.com/doc/refman/5.7/en/lock-tables.html 官方文档有说明

以上是mysql的unlock tables和unlock table的区别是什么?的全部内容。
THE END
分享
二维码
< <上一篇
下一篇>>