Search Results
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-starting-agent-osx.html
To see all the command-line options available when running the monitor agent, navigate to the /Applications/mysql/enterprise/agent/etc/init.d directory and execute mysql-monitor-agent help, which displays the usage message: $> ./mysql-monitor-agent ... Using launchd The preferred method is to use launchd to load the Agent as a ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-starting-agent-unix.html
To see all the command-line options available when running the monitor agent, navigate to the /opt/mysql/enterprise/agent/etc/init.d directory and execute mysql-monitor-agent help, which displays the usage message: $> ./mysql-monitor-agent ...If the ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-menus-navigation-sidebar.html
It also permits the addition, removal, or editing of connections to MySQL instances. This section describes the navigation menus of the user interface. That is, they are displayed according to the selection made in the View Filters. For example, ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/monitoring-support-advisors-ref.html
This advisor detects unsupported agents that try to connect to this service manager. HTTP Server Performance Service Manager Health Support Diagnostics Unsupported Agent Version Advisor HTTP Server Performance Provides instruments for data that ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/repository-prereq-reference.html
Define a Service Manager user to enable MySQL Enterprise Service Manager to connect to, and modify, the repository. MySQL Enterprise Service Manager requires a repository to store its data. The installer optionally installs a local, clean ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-firewall.html
MySQL Enterprise Firewall is an application-level firewall that enables database administrators to permit or deny SQL statement execution based on matching against allowlists of accepted statement patterns. This helps harden MySQL against attacks ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-modify.html
Any X DevAPI Expression, wrapped in the expr() function (or mysql.expr() for MySQL Shell and some Connectors), so that it is not taken as a literal value. One or more Expressions connected by operators (for example, set("favorNums[0]", ... The ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/devapi-users-introduction.html
The X DevAPI is implemented by MySQL Shell and MySQL Connectors that support X Protocol. In addition to this documentation, there is developer documentation for all X DevAPI methods in the API references, available from Connectors and APIs. This ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/dynamic-sql.html
Session.quoteName() escapes the identifier given in accordance to the settings of the current connection. A quoting function exists to escape SQL names and identifiers. Note The quoting function must not be used to escape values. Use the value ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/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 ...