下載地址:
https://dev.mysql.com/downloads/workbench/
點擊下載之后的安裝包,開始安裝之后,提示如下錯誤
MySQL Workbench requires the Visual C++ 2015 Redistributable Package to be installed. Click the Download-Button on the next page to open a web page containing further instrctions.
原因是我的電腦上已經安裝了更高版本的Visual C++。
解決辦法:
1、先卸載Visual C++ 2017
2、下載並安裝Visual C++ 2015
下載地址:https://www.microsoft.com/zh-CN/download/details.aspx?id=48145
https://support.microsoft.com/zh-cn/help/2977003/the-latest-supported-visual-c-downloads
安裝之后:
重新安裝mysql-workbench,安裝成功。