MySQL书单推荐
知行合一
在 MySQL DBA 进阶的必经之路,下列书单都是值得一读的,推荐有缘人有精力认真读读看,会有收获颇多。
Books
- [x] 深入浅出MySQL:数据库开发、优化与管理维护(第2版) base on MySQL 5.5 and MySQL 5.6
- [x] MySQL技术内幕:InnoDB存储引擎(第二版) / 姜承尧 base on MySQL 5.6
- [x] MySQL管理之道:性能调优、高可用与监控 / 贺春旸 base on MySQL 5.5
- [x] MySQL管理之道:性能调优、高可用与监控(第2版) / 贺春旸 base on MySQL 5.7 and MariaDB 10
- [x] MySQL运维内参:MySQL、Galera、Inception核心原理与最佳实践
- [x] MySQL技术内幕(第5版) / Paul DuBois
- [x] 分布式数据库架构及企业实践:基于Mycat中间件
O’REILLY
- [x] High Performance MySQL (高性能MySQL)(3rd v5.5)
- [x] MySQL Troubleshooting (MySQL排错指南) / Sveta Smirnova
- [ ] MySQL High Availability
Oracle
- [x] Oracle Database 11g & MySQL 5.6 Handbook
- [ ] Effective MySQL: Optimizing SQL Statements / Ronald Bradford
- [x] Effective MySQL: Backup and Recovery / Ronald Bradford
MariaDB
- [ ] 深入理解MariaDB与MySQL
- [ ] Learning MySQL and MariaDB / Russell J. T. Dyer / April 2015.
- [ ] MariaDB原理与实现
Documention
无论如何都绕不开的第一手文档,便是官方文档。
- Title: MySQL书单推荐
- Author: 严少安
- Created at: 2018-02-07 12:01:01
- Updated at: 2018-02-07 12:01:01
- Link: https://shawnyan.cn/2018/mysql/mysql-book-list/
- License: This work is licensed under CC BY-NC-SA 4.0.
if (hexo-config('comment.enable') == true && hexo-config('comment.system') != "") {
if (hexo-config('comment.system') == "waline") {
@require "./waline.styl"
} else if (hexo-config('comment.system') == "gitalk") {
@require "./gitalk.styl"
} else if (hexo-config('comment.system') == "twikoo") {
@require "./twikoo.styl"
}
}
.comments-container
display inline-block
margin-top $spacing-unit
width 100%
#comment-anchor
width 100%
height 10px
.comment-area-title
width 100%
margin 10px 0
font-size 1.38rem
color var(--default-text-color)
font-family 'Consolas', '宋体', sans-serif
font-weight bold
i
color var(--default-text-color)
+redefine-tablet()
margin 5px 0
font-size 1.2rem