1. 准备工作
下载mysql的安装文件mysql-5.5.28-winx64.msi,以及可视化界面的安装文件mysql_front_setup.1765185107.exe。
2. 安装
以管理员身份运行mysql-5.5.28-winx64.msi,具体步骤可参考http://jingyan.baidu.com/article/9f7e7ec04407ff6f29155478.html 和http://www.bitscn.com/article/37338.htm。
同样以管理员身份运行mysql_front_setup.1765185107.exe,安装完成后运行。出现下面的对话框
填入配置mysql设置的用户名和密码,点击确定连接到数据库。
3. 安装过程中遇到的问题
1)安装到下图所示步骤时,点击finish后没有弹出配置向导而是提示there is a problem with the windows installer package.a dll required for this install to complete could not be run.contact your support personnel or package wendor.
解决方案:进入mysql安装bin目录直接启动mysql instanceconfig.exe文件,进行配置mysql.。如果忘记勾选launch the mysql instance configuration wizard,也可以采用此方式打开配置向导。
2) 安装mysql_front时直接双击 mysql_front_setup.1765185107.exe出现如下图所示错误,解决方案为单击右键选择以管理员身份运行即可。