mysql 社区服务器与 mysql 安装程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/30627598/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 21:04:12  来源:igfitidea点击:

mysql community server vs mysql installer

mysqlwindows

提问by ashu

I recently thought of upgrading mysql in my system for a project when I found two parallelly available downloads for windows in mysql site. I cannot figure out the difference between mysql community and mysql installer.

我最近在我的系统中为一个项目升级 mysql,因为我在 mysql 站点中发现了两个并行可用的 windows 下载。我无法弄清楚 mysql 社区和 mysql 安装程序之间的区别。

MySQL community is available for both 32 and 64 bit windows (both above 300 MBs) while mysql installer is 267 MB for 32 bit while just 1.6 MB for 64 bit (which looks like web installer).

MySQL 社区可用于 32 位和 64 位窗口(均超过 300 MB),而 mysql 安装程序为 32 位为 267 MB,而 64 位仅为 1.6 MB(看起来像网络安装程序)。

So what extras are there in community server (its size is bigger) as compared to installer and if I go for windows installer, shall I go for 32 or 64 bit. I need offline installer though.

那么与安装程序相比,社区服务器中有哪些额外功能(它的大小更大),如果我选择 Windows 安装程序,我应该选择 32 位还是 64 位。不过我需要离线安装程序。

My system specs:

我的系统规格:

Windows 8.1 x64 Professional
8GB RAM

Windows 8.1 x64 专业版
8GB 内存

Link for mysql installer: http://dev.mysql.com/downloads/windows/installer/

mysql 安装程序链接:http: //dev.mysql.com/downloads/windows/installer/

Link for mysql community server: http://dev.mysql.com/downloads/mysql/

mysql 社区服务器链接:http: //dev.mysql.com/downloads/mysql/

PS: I did try a google search but cant find any good articles. I only found difference between community server and cluster.

PS:我确实尝试过谷歌搜索,但找不到任何好的文章。我只发现社区服务器和集群之间的区别。

Moreover, half of my batch mates were running community server while half of them mysql installer. Couldn't find much of the difference.

此外,我的伙伴中有一半在运行社区服务器,而一半在运行 mysql 安装程序。找不到太大的区别。

回答by Reagan Ochora

Both will install into same final setup. the web-community is online installer, you need to download to connect to the online server and installations files come from online while the community installer is an offline installer with full features. web-installer (online, need internet connection to complete the installation), community-installer(offline, full).

两者都将安装到相同的最终设置中。网络社区是在线安装程序,您需要下载以连接到在线服务器,安装文件来自在线,而社区安装程序是具有完整功能的离线安装程序。网络安装程序(在线,需要互联网连接才能完成安装),社区安装程序(离线,完整)。

回答by Francisco Coenda

The only difference is that MSI installer come with all mysql products (mysql server, mysql workbeanch, plugins, etc) and you have a wizar that guide you through install and it's check dependencys . That is the only diference i found using the MSI installer and the comunity edition.

唯一的区别是 MSI 安装程序随所有 mysql 产品(mysql 服务器、mysql workbeanch、插件等)一起提供,并且您有一个向导来指导您完成安装并检查依赖项。这是我发现使用 MSI 安装程序和社区版的唯一区别。

It is more easy to use MSI installer if you don't know what products you have to install on your computer.

如果您不知道必须在计算机上安装哪些产品,使用 MSI 安装程序会更容易。

Be careful when you use the web installer, because you need that internet connection at your workplace work fine.

使用网络安装程序时要小心,因为您需要工作场所的互联网连接正常工作。

回答by Dnore Gen

The difference between MySQL Community (mysql-8.0.18-winx64) and MySQL Installer (mysql-installer-community-8.0.18.0.msi) is that the MySQL Installer has

MySQL Community (mysql-8.0.18-winx64) 和 MySQL Installer (mysql-installer-community-8.0.18.0.msi) 的区别在于 MySQL Installer 有

  1. MySQL Server
  2. MySQL Connectors
  3. MySQL Workbench and sample models
  4. MySQL for Excel
  5. MySQL for Visual Studio, Etc..
  1. MySQL服务器
  2. MySQL 连接器
  3. MySQL Workbench 和示例模型
  4. 用于 Excel 的 MySQL
  5. 用于 Visual Studio 等的 MySQL。

And MySQL Community only includes the MySQL Server. Hope this helps anyone who is still looking for an answer.

而 MySQL Community 只包含 MySQL Server。希望这可以帮助任何仍在寻找答案的人。