MySql Workbench installer requires Visual C++ 2015 Redistributable Package to be installed, but it already is installed

后端 未结 21 1458
死守一世寂寞
死守一世寂寞 2021-02-03 20:46

I\'ve looked everywhere online, but it doesn\'t look like anyone has been able to resolve this issue.

When I download and try to install MySql Workbench, I get prompted

21条回答
  •  走了就别回头了
    2021-02-03 21:12

    • Uninstall VC Redistributable 2017 x64 x86 from your computer.
    • Install VC Redistributable 2015 x64 x86 to your computer.
    • Install MySQL Workbench 8.0 to your computer.
    • Run MySQL Workbench 8.0 and close it.
    • Install VC Redistributable 2017 x86 x64 to your computer.
    • Run MySQL Workbench 8.0

提交回复
热议问题