From ecc812901ab3c71dca3a897372f3eaad6da8b78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9F=922012?= <345849402@qq.com> Date: Fri, 24 Aug 2018 09:15:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20MySql=5Fcourse.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 数据库/MySql_course.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 数据库/MySql_course.md diff --git a/数据库/MySql_course.md b/数据库/MySql_course.md new file mode 100644 index 0000000..959b084 --- /dev/null +++ b/数据库/MySql_course.md @@ -0,0 +1,19 @@ +## 教程 + +### 文字教程 + +[MySQL 教程(菜鸟教程)](http://www.runoob.com/mysql/mysql-tutorial.html) + +[MySQL教程(易百教程)](https://www.yiibai.com/mysql/) + +### 视频教程 + +[MySQL开发技巧(一)](https://www.imooc.com/learn/398)   +[MySQL开发技巧(二)](https://www.imooc.com/learn/427)   +[MySQL开发技巧(三)](https://www.imooc.com/learn/449) + +[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)