今天在装MySQL时到最后一步出现了一个问题[报无法定位程序输入点fesetround于动态链接库MSVCR120.dll]这是由什么原因引起的呢,其实是缺少一个vcredist_x64.exe插件 解决方法:下载 Microsoft Visual C++ 2013 Redistributable Package 安装 下载地址:https://support.microsoft.com/en-us/help/3138367/update-for-visual-c-2013-and-visual…
一.下载community server版本 Mysql community server版本:https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.24-winx64.zip 二.安装如果出现计算机中丢失msvcr120.dll的时候,安装vcredist_x64.exe,地址:https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=40784 三.开始安装: 3.1下载后的…