From 2ede8949d31da1a4fce9eb939e6961d69f5ec4a8 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Mon, 8 Nov 2021 18:59:08 +0530 Subject: [PATCH] mysql: Suggest vcredist2017 (closes #1074) (#2903) --- bucket/mysql.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/mysql.json b/bucket/mysql.json index 0a7d4d63c4..2590c15129 100644 --- a/bucket/mysql.json +++ b/bucket/mysql.json @@ -11,6 +11,9 @@ "", "To stop and/or delete the Service run 'sc stop MySQL' and 'sc delete MySQL'." ], + "suggest": { + "Visual C/C++ Redistributable 2017": "extras/vcredist2017" + }, "architecture": { "64bit": { "url": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.27-winx64.zip",