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

增加Mysql的内容

This commit is contained in:
Snailclimb 2018-06-05 22:00:03 +08:00
parent 815def10f6
commit cecb5ad675

38
数据存储/Mysql.md Normal file
View File

@ -0,0 +1,38 @@
> ### 书籍推荐
**《高性能MySQL : 第3版》**
> ### 文字教程推荐
[MySQL 教程(菜鸟教程)](http://www.runoob.com/mysql/mysql-tutorial.html)
[MySQL教程易百教程](https://www.yiibai.com/mysql/)
> ### 视频教程推荐
[与MySQL的零距离接触-慕课网](https://www.imooc.com/learn/122)
[MySQL开发技巧](https://www.imooc.com/learn/398)
[MySQL开发技巧](https://www.imooc.com/learn/427)
[MySQL开发技巧](https://www.imooc.com/learn/449)
[MySQL开发技巧](https://www.imooc.com/learn/398)
[MySQL5.7版本新特性](https://www.imooc.com/learn/533)
[性能优化之MySQL优化](https://www.imooc.com/learn/194)
[MySQL集群PXC入门](https://www.imooc.com/learn/993)
[MyCAT入门及应用](https://www.imooc.com/learn/951)
> ### 常见问题总结
- **存储引擎**
[MySQL常见的两种存储引擎MyISAM与InnoDB的爱恨情仇](https://juejin.im/post/5b1685bef265da6e5c3c1c34)