Skip to content

Commit

Permalink
Update MySQL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb authored Apr 28, 2019
1 parent 2eabc71 commit 38b4378
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions docs/database/MySQL.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
<!-- TOC -->

- [书籍推荐](#书籍推荐)
- [文字教程推荐](#文字教程推荐)
- [视频教程推荐](#视频教程推荐)
- [常见问题总结](#常见问题总结)

Java面试通关手册(Java学习指南,欢迎Star,会一直完善下去,欢迎建议和指导):[https://github.com/Snailclimb/Java_Guide](https://github.com/Snailclimb/Java_Guide)
<!-- /TOC -->

> ## 书籍推荐
## 书籍推荐

**《高性能MySQL : 第3版》**
- 《SQL基础教程(第2版)》 (入门级)
- 《高性能MySQL : 第3版》 (进阶)

> ## 文字教程推荐
## 文字教程推荐

[MySQL 教程(菜鸟教程)](http://www.runoob.com/mysql/mysql-tutorial.html)

[MySQL教程(易百教程)](https://www.yiibai.com/mysql/)

> ## 视频教程推荐
## 视频教程推荐

**基础入门:** [与MySQL的零距离接触-慕课网](https://www.imooc.com/learn/122)

Expand All @@ -23,9 +28,7 @@ Java面试通关手册(Java学习指南,欢迎Star,会一直完善下去

[MySQL集群(PXC)入门](https://www.imooc.com/learn/993)  [MyCAT入门及应用](https://www.imooc.com/learn/951)



> ## 常见问题总结
## 常见问题总结

- ### ①存储引擎

Expand Down

0 comments on commit 38b4378

Please sign in to comment.