From 87d1758e9ff8c16590261b146d5c70ed205c1cf4 Mon Sep 17 00:00:00 2001 From: Tom <37348010+Fazer01@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:40:47 +0200 Subject: [PATCH] Add learning mysql ebook to books (#10461) Co-authored-by: Tom --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index bd8821148..11c25fc74 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1612,6 +1612,7 @@ Books on general-purpose programming that don't focus on a specific language are ### MySQL * [Essential MySQL](https://www.programming-books.io/essential/mysql/) - Krzysztof Kowalczyk, StackOverflow Contributors +* [Learning MySQL](https://riptutorial.com/Download/mysql.pdf) - Compiled from StackOverflow Documentation (PDF) * [MySQL 8.0 Tutorial Excerpt](https://dev.mysql.com/doc/mysql-tutorial-excerpt/8.0/en/tutorial.html) (HTML) [(PDF)](https://downloads.mysql.com/docs/mysql-tutorial-excerpt-8.0-en.pdf) * [MySQL Notes for Professionals](https://goalkicker.com/MySQLBook/) - Compiled from StackOverflow Documentation (PDF)