PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 295.2Kb
Man Pages (Zip)
- 400.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-linux-source.html
Building NDB Cluster from source is similar to building the standard MySQL Server, although it differs in a few key respects discussed here. For general information about building MySQL from source, see Section 2.8, “Installing MySQL from ... This ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-javascript-documents-find.html
MySQL Shell provides additional methods to use with the find() method to filter and sort the returned documents. MySQL provides the following operators to specify search conditions: OR (||), AND (&&), XOR, IS, NOT, BETWEEN, IN, LIKE, !=, <>, >, >=, ... You can use the find() method to query for and return documents from a collection in a ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-python-documents-find.html
MySQL Shell provides additional methods to use with the find() method to filter and sort the returned documents. MySQL provides the following operators to specify search conditions: OR (||), AND (&&), XOR, IS, NOT, BETWEEN, IN, LIKE, !=, <>, >, >=, ... You can use the find() method to query for and return documents from a collection in a ...
https://dev.mysql.com/doc/refman/8.0/en/solaris-installation.html
Note MySQL 5.7 has a dependency on the Oracle Developer Studio Runtime Libraries; but this does not apply to MySQL 8.0. Note MySQL 8.0 supports Solaris 11.4 and higher MySQL on Solaris is available in a number of different formats. For information ...Check the notes and hints at the end of this section for Solaris specific notes that you may need before or after ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-enterprise-audit.html
MySQL Enterprise Edition includes MySQL Enterprise Audit, implemented using a server plugin. MySQL Enterprise Audit uses the open MySQL Audit API to enable standard, policy-based monitoring and logging of connection and query activity executed on ...The log contents include when clients connect and disconnect, and what actions they perform while connected, such as which databases and tables they ...
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. Note Starting with MySQL Installer 1.4.39, if you move the data directory of an installed server manually, MySQL Installer identifies the change and ...After you have installed the server, the paths cannot be altered without removing and reinstalling the server ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-oci-marketplace.html
This chapter describes how to deploy MySQL Enterprise Edition as an Oracle Cloud Infrastructure (OCI) Marketplace Application. The MySQL Enterprise Edition Marketplace Application is an OCI compute instance, running Oracle Linux 7.9, with MySQL EE ...Note For more information on OCI marketplace, see Overview of ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-requirements.html
Transactions are executed optimistically and then, at commit time, are checked for conflicts. MySQL Group Replication is designed to be deployed in a cluster environment where server instances are very close to each other. Bi-directional ...
https://dev.mysql.com/doc/refman/8.0/en/precision-math-examples.html
This section provides some examples that show precision math query results in MySQL. Consider the following stored procedure, which adds .0001 to a variable 1,000 times. That is, for two numbers X1 and X2 that have scale S1 and S2, the scale of the ...These examples demonstrate the principles described in Section 14.24.3, “Expression Handling”, and Section 14.24.4, “Rounding ...
https://dev.mysql.com/doc/refman/8.0/en/connection-compression-control.html
To configure that setting explicitly at startup, use these lines in the server my.cnf file: [mysqld] protocol_compression_algorithms=zlib,zstd,uncompressed To set and persist the protocol_compression_algorithms system variable to that value at ...