PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/binary-installation.html
MySQL compressed tar file binary distributions have names of the form mysql-VERSION-OS.tar.xz, where VERSION is a number (for example, 8.0.43), and OS indicates the type of operating system for which the distribution is intended (for example, ...
https://dev.mysql.com/doc/refman/8.0/en/bug-reports.html
If the manual covers the syntax you are using, but you have an older version of MySQL Server, you should check the MySQL change history to see when the syntax was implemented. In this case, you have the option of upgrading to a newer version of ...
https://dev.mysql.com/doc/refman/8.0/en/faqs-replication.html
Thus, when the update of client A makes it to co-source 2, it produces tables that are different from what you have on co-source 1, even after all the updates from co-source 2 have also propagated. Each server must do the same number of updates, ...
https://dev.mysql.com/doc/refman/8.0/en/pam-pluggable-authentication.html
This means that the plugin can return the MySQL user that defines the privileges the external PAM-authenticated user should have. For example, an operating system user named joe can connect and have the privileges of a MySQL user named developer.
https://dev.mysql.com/doc/refman/8.0/en/partitioning-management-range-list.html
Because of this, you must have the DROP privilege for a table before you can execute ALTER TABLE ... As we have already seen, this cannot be done using ALTER TABLE ... A new RANGE partitioning scheme cannot have any overlapping ranges; a new LIST ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-timing.html
The columns have these meanings: The TIMER_NAME column shows the names of the available timers. To time statements, the most important criterion is to have an accurate measure, which is not affected by changes in processor frequency, so using a ...
https://dev.mysql.com/doc/refman/8.0/en/added-deprecated-removed.html
Options and Variables Introduced in MySQL 8.0 Options and Variables Deprecated in MySQL 8.0 Options and Variables Removed in MySQL 8.0 This section lists server variables, status variables, and options that were added for the first time, have been ...Com_change_replication_source: Count of CHANGE REPLICATION SOURCE TO and CHANGE MASTER TO ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-filter-definitions.html
Filter definitions have this form, where actions indicates how filtering takes place: { "filter": actions } The following discussion describes permitted constructs in filter definitions. Accounts created in MySQL 8.0.28 or later with the SYSTEM_USER ...For information about using JSON data in MySQL, see Section 13.5, “The JSON Data ...
https://dev.mysql.com/doc/refman/8.0/en/crashing.html
If you have a problem, it always helps if you try to find out exactly what crashes your system, because you have a much better chance of getting the problem fixed quickly. You have found a bug in mysqld that caused it to die in the middle of an ...
https://dev.mysql.com/doc/refman/8.0/en/encrypted-connection-protocols-ciphers.html
For example, your system may have an /etc/ssl/openssl.cnf file that contains these lines to restrict TLS protocols to TLSv1.2 or higher: [system_default_sect] MinProtocol = TLSv1.2 Changing the value to a lower protocol version or None makes the ...