Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between mysql-web-community and my-sql-community [duplicate]

Tags:

mysql

When I download MySQL for 82x, 32 bit MSI installer for Windows it shows two options:

mysql-installer-web-community-8.0.13.0.msi (16.3M )

and

mysql-installer community-8.0.13.0.msi (313.8M)

what is the difference between these two?

like image 599
aara98 Avatar asked Jan 10 '19 14:01

aara98


People also ask

Should I install MySQL web community or community?

If you have an online connection while running the MySQL Installer, choose the mysql-installer-web-community file. If you do NOT have an online connection while running the MySQL Installer, choose the mysql-installer-community file.

What is the difference between MySQL server and MySQL community server?

The differences are: MySQL Community is for all Operating Systems including only the Server itself, whereas. MySQL Installer (MSI installer) is for Windows only and includes Windows specify integrations like Excel, and Visual Studio integrations.

What is MySQL installer web community?

MySQL Installer is a standalone application designed to ease the complexity of installing and configuring MySQL products that run on Microsoft Windows. It supports the following MySQL products: MySQL Servers.

Which MySQL should I download?

We recommend using the most recent GA release. The naming scheme in MySQL 5.6 uses release names that consist of three numbers and an optional suffix; for example, mysql-5.6. 1-m1.


1 Answers

If you have an online connection while running the MySQL Installer, choose the mysql-installer-web-community file. If you do NOT have an online connection while running the MySQL Installer, choose the mysql-installer-community file.

like image 118
Jandir Avatar answered Sep 18 '22 15:09

Jandir