费了一些时间安装配置MySQL,在此记录下过程:
(1)下载mysql-installer-community-5.7.17.0.msi
MySQL官网下载地址:https://dev.mysql.com/downloads/installer/
(2)安装过程参考:http://jingyan.baidu.com/article/e6c8503c06f9cee54e1a187c.html
我在安装过程选择了“Custom”,安装了Server,Workbench与OBDC组件,安装过程中提示Workbench依赖的VC++2013的库没有安装,于是又上Microsoft官网下载了vcredist_2013_X86(后面感觉这步是多余的,因为MySQL安装程序可以安装上这个库)。