如何在Windows 7中安装和配置mysql 5.6.16

我下载了MysqL 5.6.16的zip文件,但文件夹中没有.exe文件.
在线的所有说明都是说通过.msi文件安装.
如何在Windows 7中安装和配置MysqL 5.6.16?
提前完成
How to install MySQL on Windows 7?中所述:

The installer installs the following software in your computer
a.) MysqL Server
b.) MysqL Connectors
c.) MysqL Workbench and sample
models
d.) MysqL for Excel
e.) MysqL Notifier
f.) MysqL for Visual
Studio
g.) Sample Databases
h.) Documentation

  1. Download the installer here : 07001

  2. There are two options available: (as on 31 Jan 2014,the latest version is 5.6.16)

    (i) MysqL-installer-web-community-5.6.16.0.msi – 1.5MB

    (ii) MysqL-installer-community-5.6.16.0.msi – 250.8MB

  3. I personally prefer the 2nd option. This helps me to keep the .msi file as backup in my computer. I can install MysqL whenever I need to
    even if I am offline.

  4. After downloading the 250 MB file,double click it to start the installation process. Now it is simple as installing any software on
    windows 7.

  5. Once you are done with the installation download the official document

    Direct link for A4 size pdf –
    07002

  6. Now click the “MysqL Notifier” in programs menu. The Notifier icon appears in the task bar (right bottom). Right click on the small red
    icon and select “start” the server option.

  7. Click the “MysqL Workbench” in the programs menu. Start creating databases/schemas/tables/sql scripts.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...