Search Results
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. 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/crud-operations-overview.html
Operation Document Relational Create Section 4.3.1, “Collection.add()” Table.insert() Read Section 4.3.2, “Collection.find()” Table.select() Update Section 4.3.3, “Collection.modify()” Table.update() Delete Section 4.3.4, ... CRUD ...
https://dev.mysql.com/doc/x-devapi-userguide/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
https://dev.mysql.com/doc/x-devapi-userguide/en/result-set-classes.html
DocResult find().execute() The fetched data set RowResult select.execute() The fetched data set The following class diagram gives a basic overview of the result classes and their functions. The type of result returned depends on the operation that ...
https://dev.mysql.com/doc/x-devapi-userguide/en/setting-the-current-schema.html
If no default schema has been selected at connection, the Session class setCurrentSchema() function can be used to set a current schema. A default schema for a session can be specified using the schema attribute in the URI-like connection string or ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-metadata.html
For example, the following metadata is returned in response to the query SELECT 1+1 AS a, b FROM mydb.some_table_with_b AS b_table. Results contain metadata related to the origin and types of results from relational queries. This metadata can be ...
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-36.html
Bugs Fixed On the Events page, the Advisors filter did not show previously selected (actively filtered) advisors. (Bug #35770124) Executing an installation using an existing database would exit with an error about not finding libcrypto related files ...
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-37.html
(Bug #34679179) Selecting group assets on the Groups Configuration page would emit an error. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Updated the following components to the version listed: Apache Struts v2.5.33, ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/admin-advisors-reference.html
If this option is not set, then a table is be Marked as crashed, if it becomes corrupt, and no sessions can SELECT from it, or perform any sort of DML against it. However, for performance reasons, it is recommended to run 64-bit binaries on 64-bit ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/filesystem-freespace-advisor-ref.html
Default auto-close enabled yes General Figure 21.6 Filesystem - General The General section enables you to choose the filesystem to monitor. The following types are available: Local Disk: enables monitoring of the local hard disks. Network Mount: ...