Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-29.html
For example, setting SSL Key in the GUI now saves it as ssl-key instead of SSLKEY. Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which Connector/ODBC utilizes MySQL Server's bundled OpenSSL library (MacOS, ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-5.html
Packaging Notes Functionality Added or Changed Packaging Notes MySQL Connector/Python packages are now available in two formats: Pure Python packages that contain only Python files, and packages that contain the Python files plus the C Extension ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-replication-standard-rules.html
By logging only those columns required for uniquely identifying and executing changes on each row (as opposed to all columns) for each row change, it is possible to save disk space, network resources, and memory usage. By default, the server logs ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-tableconfiguration-category.html
Lists the Table Configuration configuration metrics and provides a brief description of each. Table 7.35 Table Configuration Configuration Metrics NameDescriptionBig Tables Enabled Enable large result sets by saving all temporary sets in files.
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-oracle-mysql-discovery.html
It is possible to discover MySQL instances automatically, using OMS Auto Discovery. To configure Auto Discovery for Oracle MySQL, do the following: From the Setup menu, select Add Target, Configure Auto Discovery. From the Targets on Hosts table, ...
https://dev.mysql.com/doc/mysql-em-plugin/en/targets-myoem-add-targets-manually.html
You must configure a MySQL target that is monitored by Enterprise Manager Cloud Control. Metrics are not collected until the MySQL database is added as a target. Note When adding a MySQL database target, if the plugin is not deployed on the host ...
https://dev.mysql.com/doc/x-devapi-userguide/en/processing-warnings.html
Similar to the execution of single statements committing or rolling back a transaction can also trigger warnings. To be able to process these warnings the replied result object of Session.commit(); or Session.rollback(); needs to be checked. The ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-acl-monitoring-mem-permissions.html
The MySQL Enterprise Monitor permission grants access to the various configuration settings of the MEM interface. Authentication-level settings, such as the External Authentication and HTTP Proxy Settings on the Settings page are not visible if ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-acl-users-roles-ref.html
Note It is not possible to save a user without an assigned Role. MySQL Enterprise Monitor Access Control enables you to manage the following: Asset visibility: the rights to access data collected from hosts or MySQL instances. Access can be ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advisor-scripting-blackouts.html
You can run the commands from the command line or add to a text file and save it as *.sh or *.bat depending on your platform. It is also possible to manage blackouts from the command line, or a script. Note On Unix systems, use the chmod +x ...