Home  >  Article  >  Database  >  What is the difference between the msi and zip versions of mysql

What is the difference between the msi and zip versions of mysql

WBOY
WBOYOriginal
2022-05-16 16:33:064958browse

The difference between the msi and zip versions of mysql: 1. The installation program contained in zip is an active installation, while msi contains the installation files used by the installer to install by submitting a request; 2. zip is A file format for data compression and document storage. msi is a Microsoft format installation package.

What is the difference between the msi and zip versions of mysql

The operating environment of this tutorial: windows10 system, mysql8.0.22 version, Dell G3 computer.

What is the difference between the msi and zip versions of mysql?

The official explanation of mysql is as follows:

What is the difference between the msi and zip versions of mysql

##It means that zip contains installation Program (an active installation); msi contains the installation files used by the installer (installed by submitting a request).

Expand knowledge:

Different integration methods

1. msi: is the abbreviation of microsoft installer and is in Microsoft format Installation package.

2. zip: It is a file format for data compression and document storage.

Operating systems support different

1. msi: You can run the installation directly under XP. Under 98, you need an InstMsi program to run the MSI file.

2. zip: The user's computer can open and create compressed files in zip format even without decompression software installed on the computer. OS X and popular Linux operating systems also provide similar support for zip format.

Different advantages of use

1. msi: Delete them completely at any time and change the installation options. Even if an unexpected error occurs during the installation, you can still safely restore to the previous state. status.

2. zip: Compressing files separately allows retrieval of independent files without reading additional data; in theory, this format allows the use of different algorithms for different files.

Recommended learning:

mysql video tutorial

The above is the detailed content of What is the difference between the msi and zip versions of mysql. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn