MySql 5.7 installer fails to detect VS 2013 redistributable

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

    I had the same issue today while installing MySQL 5.7 and not sure how shall I proceed and found your questions. I was sure that I have installed the 64bit version of Visual C++ Redistributable Packages on my machine. Then I installed a 32-bit version of the same package (URL: https://www.microsoft.com/en-in/download/details.aspx?id=40784) and the MySQL Installer detected that and proceed with the installation.

    Looks like the installer was looking for 32bit install path. Hope this help.

提交回复
热议问题