Search Results
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-starting-agent-unix.html
Installation creates the directory /opt/mysql/enterprise/agent, with the logs directory is located immediately below the agent directory. If the agent is not running, use the following command to view the last ten entries in the general Agent log ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-backup-dashboard-details.html
Backup Command Displays the full path and parameters of the backup command which created the backup. For example: meb-3-linux-64bit/bin/mysqlbackup --with-timestamp --backup-dir=/tmp/meb-server1.30006 --backup-image=/tmp/meb-server1.30006/my.mbi ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/replication-advisor-ref.html
As an alternative, you should set the read_only flag ON so the server allows no updates except from users that have the SUPER privilege or from updates performed by slave threads. An account with the REPLICATION SLAVE privilege must exist for a ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-secure-connections.html
To configure these options explicitly, add them under the [mysqld] option group in the MySQL configuration file (/etc/my.cnf): ssl_ca=ca.pem ssl_cert=server-cert.pem ssl_key=server-key.pem By default, the MySQL server accepts TCP/IP connections from ... This section describes configuring the server for secure connections and distributing client certificate and keys ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-verify-package.html
After downloading the MySQL package and before attempting to install it, ensure that the package is intact and has not been tampered with. There are two methods of integrity checking for MySQL Linux Generic Binary packages: MD5 Checksum and ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/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/x-devapi-userguide-shell-js/en/working-with-document-ids.html
If an _id is provided when a document is created, it is honored; if no _id is provided, one is automatically assigned to the document. This section describes what a document ID is and how to work with it. Every document has a unique identifier ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/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/x-devapi-userguide-shell-python/en/working-with-document-ids.html
If an _id is provided when a document is created, it is honored; if no _id is provided, one is automatically assigned to the document. This section describes what a document ID is and how to work with it. Every document has a unique identifier ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-auto-indexing-execution.html
Autopilot Indexing does evaluate past SQL statements that access a table that has been dropped and recreated. Rather than drop the suggested indexes, make them invisible first, and then drop them later after confirmation that there is no impact to ... Autopilot Indexing provides recommendations for schemas with a representative workload that has at least five queries in the SQL statement digest history in the Performance ...