From 144a8bf69b482d71ced52e1e8849bc38dbf57713 Mon Sep 17 00:00:00 2001 From: Guy Lichtman Date: Tue, 10 Apr 2012 12:46:16 +0300 Subject: [PATCH] added download link to mysql source code --- compiling.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiling.txt b/compiling.txt index 4626bec..6b66f58 100644 --- a/compiling.txt +++ b/compiling.txt @@ -6,7 +6,9 @@ autoconf automake gcc-c++ -To compile you will need to obtain the MySQL source code. +To compile you will need to obtain the MySQL source code. MySQL source code is available at: + +http://dev.mysql.com/downloads/mysql/ ==== MySQL 5.1 ======