Rechercher dans le manuel MySQL
2.3.1 MySQL Installation Layout on Microsoft Windows
For MySQL 8.0 on Windows, the default installation
directory is C:\Program Files\MySQL\MySQL Server
8.0
for installations performed with MySQL Installer.
If you use the ZIP archive method to install MySQL, you may prefer
to install in C:\mysql
. However, the layout
of the subdirectories remains the same.
All of the files are located within this parent directory, using the structure shown in the following table.
Table 2.4 Default MySQL Installation Layout for Microsoft Windows
Directory | Contents of Directory | Notes |
---|---|---|
bin |
mysqld server, client and utility programs | |
%PROGRAMDATA%\MySQL\MySQL Server 8.0\ |
Log files, databases | The Windows system variable %PROGRAMDATA% defaults to
C:\ProgramData . |
docs |
Release documentation | With MySQL Installer, use the Modify operation to select this
optional folder. |
include |
Include (header) files | |
lib |
Libraries | |
share |
Miscellaneous support files, including error messages, character set files, sample configuration files, SQL for database installation |
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-windows-installation-layout.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.