简体   繁体   English

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

[英]mysql community server vs mysql installer

I recently thought of upgrading mysql in my system for a project when I found two parallelly available downloads for windows in mysql site.我最近在我的系统中为一个项目升级 mysql,当我在 mysql 站点中发现两个并行可用的 windows 下载时。 I cannot figure out the difference between mysql community and mysql installer.我无法弄清楚 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.那么与安装程序相比,社区服务器中有哪些额外功能(它的大小更大),如果我选择 Windows 安装程序,我应该选择 32 位还是 64 位。 I need offline installer though.不过我需要离线安装程序。

My system specs:我的系统规格:

Windows 8.1 x64 Professional Windows 8.1 x64 专业版
8GB RAM 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. PS:我确实尝试过谷歌搜索,但找不到任何好的文章。 I only found difference between community server and cluster.我只发现社区服务器和集群之间的区别。

Moreover, half of my batch mates were running community server while half of them mysql installer.此外,我的伙伴中有一半在运行社区服务器,而一半在运行 mysql 安装程序。 Couldn't find much of the difference.找不到太大的区别。

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).网络安装程序(在线,需要互联网连接才能完成安装),社区安装程序(离线,完整)。

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 MySQL服务器
  2. MySQL Connectors MySQL 连接器
  3. MySQL Workbench and sample models MySQL Workbench 和示例模型
  4. MySQL for Excel用于 Excel 的 MySQL
  5. MySQL for Visual Studio, Etc..用于 Visual Studio 等的 MySQL。

And MySQL Community only includes the MySQL Server.而 MySQL Community 只包含 MySQL Server。 Hope this helps anyone who is still looking for an answer.希望这可以帮助任何仍在寻找答案的人。

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 .唯一的区别是 MSI 安装程序随所有 mysql 产品(mysql 服务器、mysql workbeanch、插件等)一起提供,并且您有一个向导来指导您完成安装并检查依赖项。 That is the only diference i found using the MSI installer and the comunity edition.这是我发现使用 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.使用网络安装程序时要小心,因为您需要工作场所的互联网连接正常工作。

The differences are:区别在于:

  • MySQL Community is for all Operating Systems including only the Server itself, whereas MySQL 社区适用于所有操作系统,仅包括服务器本身,而
  • MySQL Installer (MSI installer) is for Windows only and includes Windows specify integrations like Excel, and Visual Studio integrations. MySQL 安装程序(MSI 安装程序)仅适用于 Windows,包括 Windows 指定的集成,如 Excel 和 Visual Studio 集成。

mysql 安装程序合二为一,包括工作台 mysql 社区仅包含 mysql

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM