From 7d94b6af8139a7f7412cc7fd1875d2087ce02346 Mon Sep 17 00:00:00 2001 From: Alvaro Garcia Date: Sun, 3 Nov 2013 23:24:05 +0100 Subject: [PATCH] Added Mysql tutorial Excerpt book --- free-programming-books.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 5473a5dd..49f9c883 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -207,6 +207,7 @@ * [Database-backed Web Sites](http://philip.greenspun.com/wtr/dead-trees/) * [Foundations of Databases](http://webdam.inria.fr/Alice/) * [The Theory of Relational Databases](http://web.cecs.pdx.edu/~maier/TheoryBook/TRD.html) +* [Mysql, see #Mysql](#mysql) ####Networking * [High-Performance Browser Networking](http://chimera.labs.oreilly.com/books/1230000000545/index.html) @@ -753,6 +754,9 @@ See also [TeX](#tex) * [HGInit - Mercurial Tutorial by Joel Spolsky](http://hginit.com/) +###MySQL +* [MySQL Tutorial Excerpt](http://downloads.mysql.com/docs/mysql-tutorial-excerpt-5.1-en.pdf) + ###.NET (C# / VB / Nemerle / Visual Studio) * [C# Essentials](http://www.techotopia.com/index.php/C_Sharp_Essentials) * [C# Programming - Wikibook](http://en.wikibooks.org/wiki/C_Sharp_Programming) -- GitLab