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-30 08:56:43 +08:00
parent e54ae79404
commit 780b7d6f42

View File

@ -36,6 +36,7 @@
## 文字教程推荐
- [SQL Tutorial](https://www.w3schools.com/sql/default.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)