Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-ndb-activity-category.html
Table 6.21 NDB Activity Metrics NameDescriptionConflict Fn Max (Delta) This variable shows the number of times that a row was not applied on the current SQL node due to 'greatest timestamp wins' conflict resolution since the last time that this ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-dns-srv.html
This section focuses on use of DNS SRV within X DevAPI applications. The X DevAPI mysqlx.getSession() method, and the mysqlx.getClient() method for connection pooling, validate connection information with this protocol scheme extension, and handle ... X DevAPI supports the use of DNS SRV records for connecting to MySQL ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-one-of-multiple-hosts.html
This enables the connector to perform automatic connection failover selection when any of the endpoints are not available. This section describes how to configure multiple endpoints in a URI-like string. To specify priorities for the endpoints, the ... You can provide multiple MySQL Router or server endpoints (as host and an optional port, or Unix sockets) when creating a ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-introduction.html
This guide explains how to use the X DevAPI and provides examples of its functionality. In addition to this documentation, there is developer documentation for all X DevAPI methods in the API references, available from Connectors and APIs. This ...
MySQL Enterprise Monitor 8.0 Release Notes :: Changes in MySQL Enterprise Monitor 8.0.3 (2018-10-16)
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-3.html
Important In the previous release, this issue was corrected for new installations. As of this release, this issue is also corrected for upgrades. As of this release, MySQL Enterprise Monitor checks which MySQL version is being monitored and only ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configure-authentication.html
This deployment uses the caching_sha2_password and auth_socket authentication plugins for user authentication. Socket Peer-Credential Authentication This section describes how to enable the server-side auth_socket authentication plugin, which ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-firewall.html
This helps harden MySQL against attacks such as SQL injection or attempts to exploit applications by using them outside of their legitimate query workload characteristics. By default, this variable is enabled when the firewall is installed. MySQL ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-a-session-object.html
For example: schema = mysqlx.getSession(...).getSchema(); This object chain is equivalent to the following, with the difference that the intermediate step is omitted: session = mysqlx.getSession(); schema = session.getSchema(). In this example the ... All previous examples used the getSchema() or getDefaultSchema() methods of the Session object, which return a Schema ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-a-session-object.html
For example: schema = mysqlx.getSession(...).getSchema(); This object chain is equivalent to the following, with the difference that the intermediate step is omitted: session = mysqlx.getSession(); schema = session.getSchema(). In this example the ... All previous examples used the getSchema() or getDefaultSchema() methods of the Session object, which return a Schema ...
https://dev.mysql.com/doc/connector-odbc/en/index.html
Abstract This manual describes how to install and configure MySQL Connector/ODBC, the driver that enables ODBC applications to communicate with MySQL servers, and how to use it to develop database applications. If you are using a Commercial release ...The latest MySQL Connector/ODBC version is recommended for use with MySQL Server version 8.0 and ...