MySql 5.7 installer fails to detect VS 2013 redistributable

前端 未结 9 1688
刺人心
刺人心 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:29

    For a 64-bit MySQL server installation, I suggest updating the 64-bit version of the Visual Studio 2013 Redistributable Package (in my case from 12.0.30501 to 12.0.40660); the Redistributable Package update can found here. I came across this solution on this MySQL Forum post, but used the answer by Prabhat (on a different server) before and it worked too.

提交回复
热议问题