PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
Displaying 841 to 847
of 847 total results
- « Previous
- 83
- 84
- 85
https://dev.mysql.com/doc/refman/5.7/en/using-log-files.html
You can also try the command EXPLAIN on all SELECT statements that takes a long time to ensure that mysqld is using indexes properly. Note that before starting mysqld with the general query log enabled, you should check all your tables with ...
https://dev.mysql.com/doc/refman/5.7/en/validate-password-installation.html
For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE 'validate%'; +-------------------+---------------+ | PLUGIN_NAME | PLUGIN_STATUS | +-------------------+---------------+ | validate_password ... This section describes how to install the validate_password password-validation ...
https://dev.mysql.com/doc/refman/5.7/en/windows-installation-layout.html
docs Release documentation With MySQL Installer, use the Modify operation to select this optional folder. For MySQL 5.7 on Windows, the default installation directory is C:\Program Files\MySQL\MySQL Server 5.7 for installations performed with MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/windows-installation.html
Choose the Custom setup type instead to manually select your desired MySQL products. Important MySQL Community 5.7 Server requires the Microsoft Visual C++ 2019 Redistributable Package to run on Windows platforms. Users should make sure the package ...
https://dev.mysql.com/doc/refman/5.7/en/windows-pluggable-authentication.html
For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE '%windows%'; +------------------------+---------------+ | PLUGIN_NAME | PLUGIN_STATUS | +------------------------+---------------+ | ...
https://dev.mysql.com/doc/refman/5.7/en/windows-server-first-start.html
For information about which server binary to run, see Section 2.3.4.3, “Selecting a MySQL Server Type”. This section gives a general overview of starting the MySQL server. The following sections provide more specific information for starting ...
https://dev.mysql.com/doc/refman/5.7/en/windows-upgrading.html
There are two approaches for upgrading MySQL on Windows: Using MySQL Installer Using the Windows ZIP archive distribution The approach you select depends on how the existing installation was performed. Note MySQL Installer deselects the server ...