1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Update MySQL.md

This commit is contained in:
SnailClimb 2019-07-31 09:13:01 +08:00
parent 780b7d6f42
commit 8a9fdb59de

View File

@ -36,7 +36,7 @@
## 文字教程推荐
- [SQL Tutorial](https://www.w3schools.com/sql/default.asp) SQL语句学习、[SQL语句在线练习](https://www.w3schools.com/sql/exercise.asp) (非常不错)
- [SQL Tutorial](https://www.w3schools.com/sql/default.asp) SQL语句学习,英文)、[SQL Tutorial](https://www.w3school.com.cn/sql/index.asp)SQL语句学习,中文)、[SQL语句在线练习](https://www.w3schools.com/sql/exercise.asp) (非常不错)
- [Github-MySQL入门教程MySQL tutorial book](https://github.com/jaywcjlove/mysql-tutorial) 从零开始学习MySQL主要是面向MySQL数据库管理系统初学者
- [官方教程](https://dev.mysql.com/doc/refman/5.7/)
- [MySQL 教程(菜鸟教程)](http://www.runoob.com/MySQL/MySQL-tutorial.html)