Search Results
https://dev.mysql.com/doc/refman/8.4/en/replication-snapshot-method.html
Note By default, if GTIDs are in use on the source (gtid_mode=ON), mysqldump includes the GTIDs from the gtid_executed set on the source in the dump output to add them to the gtid_purged set on the replica. If the source database contains existing ...
https://dev.mysql.com/doc/refman/8.4/en/sha256-pluggable-authentication.html
Note In the name sha256_password, “sha256” refers to the 256-bit digest length the plugin uses for encryption. Note Unlike caching_sha2_password, the deprecated sha256_password plugin does not treat shared-memory connections as secure, even ...
https://dev.mysql.com/doc/refman/8.4/en/symbolic-links-to-tables.html
Note Symbolic link support as described here, along with the --symbolic-links option that controls it, and is deprecated; expect these to be removed in a future version of MySQL. Note The path used with either or both of the DATA DIRECTORY and ...
https://dev.mysql.com/doc/refman/8.4/en/sys-diagnostics.html
Note The more instruments and consumers enabled, the more impact on MySQL server performance. Creates a report of the current server status for diagnostic purposes. This procedure disables binary logging during its execution by manipulating the ...
https://dev.mysql.com/doc/refman/8.4/en/time-zone-support.html
Note If set to SYSTEM, every MySQL function call that requires a time zone calculation makes a system library call to determine the current system time zone. Note Named time zones can be used only if the time zone information tables in the mysql ...
https://dev.mysql.com/doc/refman/8.4/en/validate-password-options-variables.html
Password Validation Plugin Options Note In MySQL 8.4, the validate_password plugin was reimplemented as the validate_password component. Password Validation Plugin System Variables Note In MySQL 8.4, the validate_password plugin was reimplemented as ... This section describes the system and status variables that validate_password provides to enable its operation to be configured and ...
https://dev.mysql.com/doc/refman/8.4/en/windows-installation.html
Note MySQL 8.4 Server requires the Microsoft Visual C++ 2019 Redistributable Package to run on Windows platforms. Note The MySQL server won't start until it's configured; it's recommended to execute the bundled MySQL Configurator immediately after ... MySQL is available for Microsoft Windows 64-bit operating systems ...
https://dev.mysql.com/doc/refman/8.4/en/windows-pluggable-authentication.html
Note Windows pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial product. Examples (note the doubling of backslashes): domain\\user .\\user domain\\group .\\group BUILTIN\\WellKnownGroup When invoked by the ...MySQL Enterprise Edition for Windows supports an authentication method that performs external authentication on Windows, enabling MySQL Server to use native Windows services to authenticate client ...
https://dev.mysql.com/doc/refman/8.4/en/windows-start-service.html
Note Users in the MySQL grant system are wholly independent from any operating system users under Windows. Note On Windows, if the server is started with the --defaults-file and --install options, --install must be first. On Windows, the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.point.html
When finished, note the binary log position to which you have restored the server. You can restore your database server to its state at an arbitrary time using the binary log files included in the backups. The process assumes that following ...