Search Results
https://dev.mysql.com/doc/x-devapi-userguide/en/error-handling.html
When writing scripts for MySQL Shell you can often simply rely on the exception handling done by MySQL Shell. For all other languages either proper exception handling is required to catch errors or the traditional error handling pattern needs to be ...
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/x-devapi-userguide/en/transaction-handling.html
Transactions can be used to group operations into an atomic unit. Either all operations of a transaction succeed when they are committed, or none. It is possible to roll back a transaction as long as it has not been committed. Transactions can be ...
https://dev.mysql.com/doc/x-devapi-userguide/en/using-sql.html
In addition to the simplified X DevAPI syntax of the Session object, the Session object has a sql() function that takes any SQL statement as a string. The following example uses a Session to call an SQL Stored Procedure on the specific node.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-event-handlers-creating.html
Important It is possible to define both Assets and Groups in an event handler, but is not recommended. Important If you leave the Assets, Groups, and Advisors fields empty, the event handler can generate an extremely high volume of emails, depending ... Event handlers enable you to create a condition which, when met, triggers notifications to concerned parties such as DBAs, System Administrators and so ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-example-creating-graph.html
Begin by navigating to the Configuration, Advisors page, and click the Import/Export link. Before creating a graph, review the preceding sections of this chapter as Graphs and Rules use similar components. And for an overview that's specific to ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-install-upgrade-sm-from-30x.html
Service Manager Upgrade Process Important If using an external repository, you must upgrade it to at least MySQL Server 8.0.13 before upgrading your MySQL Enterprise Service Manager. Note If you are using LDAP and have imported your own SSL ... You ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-mysql-instance-instance-details.html
Important It is not possible to delete the repository from the list. Important Generating a diagnostic report is an expensive operation, the Diagnostics Report report is cached for six hours. The monitored instance section (untitled) lists all the ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/repository-prereq-reference.html
Important It is strongly recommended that you use the bundled MySQL instance as MySQL Enterprise Monitor's repository. Important It is strongly recommended you use a clean installation of MySQL Server as the Enterprise Service Manager repository and ... MySQL Enterprise Service Manager requires a repository to store its ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-airportdb-quickstart.html
The MySQL HeatWave airportdb Quickstart shows how to import data into the DB System using the MySQL Shell Dump Load utility, loading data into MySQL HeatWave Cluster using Auto Parallel Load, and running queries. ignoreVersion: This option is ...