Search Results
https://dev.mysql.com/doc/refman/8.4/en/windows-extract-archive.html
If this occurs, you can move the contents of the subfolder into the chosen installation location. To install MySQL manually, do the following: If you are upgrading from a previous version then refer to Section 3.11, “Upgrading MySQL on Windows” ...
https://dev.mysql.com/doc/refman/8.4/en/windows-installation.html
There is usually a system built into the virus-scanning software to enable specific directories to be ignored. MySQL is available for Microsoft Windows 64-bit operating systems only. There are different methods to install MySQL on Microsoft ...
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. MySQL Enterprise Edition for Windows supports an authentication method that performs external authentication on Windows, enabling ...
https://dev.mysql.com/doc/refman/8.4/en/windows-symbolic-links.html
On Windows, symbolic links can be used for database directories. This enables you to put a database directory at a different location (for example, on a different disk) by setting up a symbolic link to it. Use of database symlinks on Windows is ...
https://dev.mysql.com/doc/refman/8.4/en/windows-upgrading.html
You may either overwrite your existing MySQL installation (usually located at C:\mysql), or install it into a different directory, such as C:\mysql8. To upgrade MySQL on Windows, either download and execute the latest MySQL Server MSI or use the ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-connection-compression.html
X Plugin supports compression of messages sent over X Protocol connections. Connections can be compressed if the server and the client agree on a mutually supported compression algorithm. Enabling compression reduces the number of bytes sent over ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-options-system-variables.html
For modifications to this variable, if the new value is smaller than the current number of connections, the new limit is taken into account only for new connections. To control activation of X Plugin, use this option: --mysqlx[=value] Command-Line ...
https://dev.mysql.com/doc/refman/8.4/en/xa.html
To manage a global transaction, it is necessary to take into account that any component or the connecting network might fail. Support for XA transactions is available for the InnoDB storage engine. The MySQL XA implementation is based on the X/Open ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-3-0.html
Component Notes The MySQL Enterprise Data Masking and De-Identification component now includes the ability to flush the data on the secondary or replica into memory. (Bug #35957453) Authentication Notes Microsoft Windows: The server-side ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-3.html
C API Notes Compilation Notes Configuration Notes SQL Function and Operator Notes JavaScript Programs Performance Schema Notes sys Schema Notes Thread Pool Notes Functionality Added or Changed Bugs Fixed C API Notes The asynchronous interface used ...