From 345ca4bc77b9cef0905cd9f0ee1f9d2c97b18431 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 13 Aug 2019 11:36:16 -0700 Subject: [PATCH 1/2] Fix MySQL download path --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index a62f2d6..7d4c31d 100644 --- a/build.xml +++ b/build.xml @@ -2959,9 +2959,9 @@ - + - + From 2a0b2f72f1b8d0267ec325c5618620008e3aa5c9 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 13 Aug 2019 12:18:05 -0700 Subject: [PATCH 2/2] Re-fixing download URL The previous URL has the same problems due to some redirects MySQL.com seems to have in place. Trying an updated cdn.mysql.com URL instead, which seems to work! --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 7d4c31d..0164139 100644 --- a/build.xml +++ b/build.xml @@ -2959,9 +2959,9 @@ - + - +