Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-changelog-13-2-4-0-0.html
Important As of this release, 13.2.4.0.0, MySQL 8 is supported. It is not possible to monitor MySQL 8 with earlier versions of Oracle Enterprise Manager for MySQL Database. For more information on the variables added and removed in MySQL 8, see ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-optimizer-category.html
Max Seeks For Key Limit the assumed maximum number of seeks when looking up rows based on a key. Lists the Optimizer configuration metrics and provides a brief description of each. Table 7.25 Optimizer Configuration Metrics NameDescriptionEnd ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-secureconnections-category.html
Key The name of the SSL key file to use for establishing a secure connection. Lists the Secure Connections configuration metrics and provides a brief description of each. Table 7.30 Secure Connections Configuration Metrics NameDescriptionCa The ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-statementprocessing-category.html
Safe Updates Enabled If set to 1, MySQL aborts UPDATE or DELETE statements that do not use a key in the WHERE clause or a LIMIT clause. This makes it possible to catch UPDATE or DELETE statements where keys are not used properly and that would ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-innodb-transactionactivity-category.html
Latest Foreign Key Error The latest foreign key error reported by SHOW ENGINE INNODB STATUS. Lists the InnoDB Transaction Activity metrics and provides a brief description of each. Table 6.18 InnoDB Transaction Activity Metrics ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-showstatementactivity-category.html
Show Keys (Delta) The total number of SHOW KEYS | INDEX | INDEXES statements executed. Lists the Show Statement Activity metrics and provides a brief description of each. Table 6.29 Show Statement Activity Metrics NameDescriptionShow Authors ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-single-document-operations.html
The operation also fails if the new document contains a unique key value that conflicts with any other document in the collection. The operation also fails if the new document contains a unique key value that conflicts with any other document in the ... The CRUD commands described at Section 4.3, “Collection CRUD Function Overview” all act on a group of documents in a collection that match a ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configure-authentication.html
The caching_sha2_password plugin requires a secure connection (made using TLS credentials, a Unix socket file, or shared memory) or an unencrypted connection that supports password exchange using an RSA key pair. TLS and RSA key pair connection ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-overview.html
Features required by the deployment, such as MySQL Enterprise Audit, MySQL Enterprise Firewall, and auto-generation of SSL certificates and keys, are only available with MySQL Enterprise Edition. For more information, see Appendix A, Transparent ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-user-accounts.html
The user2 account is defined without an SSL/TLS option (REQUIRE NONE) so that it can be used to demonstrate RSA key pair-based password exchange with the server over an unencrypted connection. Encrypted connections can be used, at the client's ...It ...