1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Rename Mysql.md to MySQL.md

This commit is contained in:
Snailclimb 2018-06-07 21:48:32 +08:00 committed by GitHub
parent 83b79747d0
commit ed9c63e717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,4 +108,4 @@
- **行级锁:** Mysql中锁定 **粒度最小** 的一种锁,只针对当前操作的行进行加锁。 行级锁能大大减少数据库操作的冲突。其加锁粒度最小,并发度高,但加锁的开销也最大,加锁慢,会出现死锁。
详细内容可以参考:
[Mysql锁机制简单了解一下](https://blog.csdn.net/qq_34337272/article/details/80611486)
[Mysql锁机制简单了解一下](https://blog.csdn.net/qq_34337272/article/details/80611486)