MySql 5.7 installer fails to detect VS 2013 redistributable

前端 未结 9 1745
刺人心
刺人心 2020-12-28 11:49

Trying to install the latest version of MySQL Server - 5.7.19 - on a clean Windows server machine using the MySql installer MSI package.

On first attempt it told me

9条回答
  •  执笔经年
    2020-12-28 12:27

    What you need to do is to install the Visual C++ Redistributable Packages for Visual Studio 2013, doesn't matter if you have installed the ones of 2015 for some reason. Install both x86 and x64 versions. Here's the link to the installers. Hope it works for you, it did for me.

提交回复
热议问题