适用于 Windows 7 64 位操作系统的 MYSQL 安装程序?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16981119/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
MYSQL installer for Windows 7 64 bit OS?
提问by emilly
I went to http://dev.mysql.com/downloads/installer/and could not find any installer for windows 64 bit os. Is there only 32 bit installer. Please point me in right direction.Moreover both installer mentioned at above link states same version but have different size.
我去了http://dev.mysql.com/downloads/installer/并找不到任何适用于 Windows 64 位操作系统的安装程序。是否只有 32 位安装程序。请指点我正确的方向。此外,上面链接中提到的两个安装程序都声明了相同的版本,但大小不同。
Update:-
更新:-
As its written on MySQL Site
正如它在 MySQL 站点上所写的那样
MySQL Installer is 32 bit, but will install both 32 bit and 64 bit binaries.
MySQL 安装程序是 32 位的,但会同时安装 32 位和 64 位二进制文件。
Will it automatically install appropriate version(32 bit/64 bit) as per my current OS(as i do not see the separate binaries files for 64 bit and 32 bit).i downloaded the first one from the above link as per anwers below and got only one installer file mysql-installer-community-5.6.12.0.msi.
它会根据我当前的操作系统自动安装适当的版本(32 位/64 位)(因为我没有看到 64 位和 32 位的单独二进制文件)。我按照下面的回答从上面的链接下载了第一个,只有一个安装程序文件 mysql-installer-community-5.6.12.0.msi。
回答by Michael Madsen
From that very page:
从那个页面:
Note: MySQL Installer is 32 bit, but will install both 32 bit and 64 bit binaries.
注意:MySQL 安装程序是 32 位的,但会同时安装 32 位和 64 位二进制文件。
The different sizes is because the smaller one is a web installer, which doesn't download the actual components unless you select them (which means that installer requiers you to be online when installing, since it has to get the data).
不同的大小是因为较小的一个是网络安装程序,除非您选择它们,否则它不会下载实际组件(这意味着安装程序在安装时要求您在线,因为它必须获取数据)。
回答by Sanjaya Liyanage
Note: MySQL Installer is 32 bit, but will install both 32 bit and 64 bit binaries.
注意:MySQL 安装程序是 32 位的,但会同时安装 32 位和 64 位二进制文件。
回答by Alec.
You should be able to download the 64x version here
您应该可以在此处下载 64x 版本
回答by bird
you can down it from
你可以从
http://dev.mysql.com/downloads/mirror.php?id=413091
http://dev.mysql.com/downloads/mirror.php?id=413091
Begin Your Download - mysql-5.6.12-winx64.zip
开始下载 - mysql-5.6.12-winx64.zip
回答by Sathish D
From the same page http://dev.mysql.com/downloads/installer/
从同一页面http://dev.mysql.com/downloads/installer/
It says:
它说:
Note: MySQL Installer is 32 bit, but will install both 32 bit and 64 bit binaries.
注意:MySQL 安装程序是 32 位的,但会同时安装 32 位和 64 位二进制文件。