From 299d2094f1f41df32439f8aac2a5f10eb6499c89 Mon Sep 17 00:00:00 2001 From: YouMeek Date: Sun, 17 Apr 2016 22:47:37 +0800 Subject: [PATCH] =?UTF-8?q?2016-04-17=E5=AE=8C=E5=96=84MySQL=E6=96=87?= =?UTF-8?q?=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mysql-Tutorial.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Mysql-Tutorial.md diff --git a/Mysql-Tutorial.md b/Mysql-Tutorial.md new file mode 100644 index 00000000..cb5a0071 --- /dev/null +++ b/Mysql-Tutorial.md @@ -0,0 +1,15 @@ +# Mysql 教程 + + +## Mysql 常用命令 + + + +## 资料 + +- [MySQL Tutorial-1](http://www.tutorialspoint.com/mysql/) +- [MySQL Tutorial-2](http://www.mysqltutorial.org/) +- [MySQL Tutorial-3](http://zetcode.com/databases/mysqltutorial/) +- [MySQL 教程-1](http://www.runoob.com/mysql/mysql-connection.html) +- [MySQL 教程-2](http://www.w3school.com.cn/sql/) +- [MySQL 教程-3](https://wizardforcel.gitbooks.io/w3school-sql/content/part7.html)