PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 295.2Kb
Man Pages (Zip)
- 400.3Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/xa-restrictions.html
If the transaction is not empty, the replica is able to continue running, but you should take steps to discontinue the use of replication filters with XA transactions in order to avoid potential issues. If two XA transactions committed in parallel ... XA transaction support is limited to the InnoDB storage ...
https://dev.mysql.com/doc/refman/8.0/en/compiler-characteristics.html
In some cases, the compiler used to build MySQL affects the features available for use. The notes in this section apply for binary distributions provided by Oracle Corporation or that you compile yourself from source. icc (Intel C++ Compiler) ...
https://dev.mysql.com/doc/refman/8.0/en/deploy-mysql-nonlinux-docker.html
Warning The MySQL Docker images provided by Oracle are built specifically for Linux platforms. Other platforms are not supported, and users running the MySQL Docker images from Oracle on them are doing so at their own risk. This section discusses ...
https://dev.mysql.com/doc/refman/8.0/en/ignoring-user.html
If you get the following error, it means that when mysqld was started or when it reloaded the grant tables, it found an account in the user table that had an invalid password. Found wrong password for user 'some_user'@'some_host'; ignoring user As ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-installer-change-path-proc.html
You can change the default installation path, the data path, or both when you install MySQL server. After you have installed the server, the paths cannot be altered without removing and reinstalling the server instance. Note Starting with MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/packet-too-large.html
A communication packet is a single SQL statement sent to the MySQL server, a single row that is sent to the client, or a binary log event sent from a replication source server to a replica. The largest possible packet that can be transmitted to or ...
https://dev.mysql.com/doc/refman/8.0/en/password-too-long.html
This occurs when the library provided by the system to read passwords limits password values to a small number of characters (typically eight). That is a problem with the system library, not with MySQL. To work around it, change your MySQL password ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-filter-definitions.html
If the function does take arguments, an args item is needed, and the arguments must be given in the order listed in the function description. For information about using JSON data in MySQL, see Section 13.5, “The JSON Data Type”. Filter ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-logging-configuration.html
In this case, the file name has .gz and .pwd_id.enc suffixes added, corresponding to the order in which those operations occur. This section describes how to configure audit logging characteristics, such as the file to which the audit log plugin ...
https://dev.mysql.com/doc/refman/8.0/en/binary-varbinary.html
All bytes are significant in comparisons, including ORDER BY and DISTINCT operations. All bytes are significant in comparisons, including ORDER BY and DISTINCT operations. The BINARY and VARBINARY types are similar to CHAR and VARCHAR, except that ...