From cecb5ad675e67961969779771eaa115c0344e276 Mon Sep 17 00:00:00 2001 From: Snailclimb Date: Tue, 5 Jun 2018 22:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Mysql=E7=9A=84=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Mysql.md" | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 "\346\225\260\346\215\256\345\255\230\345\202\250/Mysql.md" diff --git "a/\346\225\260\346\215\256\345\255\230\345\202\250/Mysql.md" "b/\346\225\260\346\215\256\345\255\230\345\202\250/Mysql.md" new file mode 100644 index 00000000..a3ac349c --- /dev/null +++ "b/\346\225\260\346\215\256\345\255\230\345\202\250/Mysql.md" @@ -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) + + + -- GitLab