mysql使用的版本为5.6.47
1、下载解压
2、设置环境变量
修改Path
3、修改my.ini文件
4、安装
cd D:\software\mysql\mysql-5.6.47-winx64\bin
mysqld install MySQL --defaults-file="D:\software\mysql\mysql-5.6.47-winx64\my.ini"
安装时出现如下错误: 由于找不到MSVCR110.dll,无法继续执行代码........
解决方法:
参考:https://blog.csdn.net/baiyecode/article/details/78552255
我这里用到了第二种方法:直接下载微软的vc运行集成库,把vc库都一下安装上
64位百度云链接: https://pan.baidu.com/s/1bGKEiq 密码: 49q5
32位百度云链接: https://pan.baidu.com/s/1hsgqU5A 密码: edgp
5、启动Mysql服务
方法一、 net start mysql
方法二、我的电脑-> 管理->服务和应用程序-> 服务-> MySQL