Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/setting-up-innodb-cluster-and-mysql-router.html
Check the port again: mysql-sql> SELECT @@port; +--------+ | @@port | +--------+ | 3320 | +--------+ This output shows that the instance running on port 3320 was promoted to be the new Read/Write primary instance. Return to the JavaScript mode, and ... In the following example, we complete the following tasks using a sandbox deployment with AdminAPI to deploy an InnoDB Cluster with MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/upgrade-mysql-replicaset-from-8027to8028.html
Check the versions of the installed binaries: mysqlrouter --version: Checks the version of MySQL Router installed. Post Upgrade Status Check After upgrading MySQL Router, MySQL Shell, and MySQL Servers are upgraded: Check the status of the ... To ...
https://dev.mysql.com/doc/mysql-installer/en/MySQLInstallerConsole.html
--catalog-update-days=int_value Accepts an integer between 1 (default) and 365 to indicate the number of days between checks for a new catalog update when MySQL Installer is started. --connection-validation=validation_type Sets how MySQL Installer ... MySQLInstallerConsole.exe provides command-line functionality that is similar to MySQL ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbeventoperation.html
Return value The global checkpoint index of the most recently retrieved event (an integer). Return value The index of the latest global checkpoint, an integer. This can be checked by using NdbRecAttr::isNULL() which in such cases returns -1. This ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
Signature int branch_col_eq_null ( Uint32 ColId, Uint32 Label ) Parameters ColId ID of the column to check. Signature int branch_col_ne_null ( Uint32 ColId, Uint32 Label ) Parameters ColId ID of the column to check. This can be checked by using ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-schema-standard-rules.html
The following are the MySQL Schema Standard compliance rules: Server-Enforced Data Integrity Checking Disabled Server-Enforced Data Integrity Checking Not Strict Server-Enforced Data Integrity Checking Disabled Description SQL Modes define what SQL ...If no SQL modes are enabled this means there is no form of server-enforced data integrity, which means incoming data that is invalid will not be rejected by the server, but instead will be changed to conform to the target column's default ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advisors-intro-advisor-page-ref.html
Advisor Categories The following types of Advisor are provided: Administration: Checks the MySQL instance installation and configuration. Availability: Checks the availability of the MySQL process and the connection load. Backup: Checks whether ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/schema-advisor-ref.html
Default frequency 00:10:00 Default auto-close enabled no Server-Enforced Data Integrity Checking Disabled SQL Modes define what SQL syntax MySQL should support and what kind of data validation checks it should perform. Default frequency 06:00:00 ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/ui-group-replication-advisors-ref.html
The configuration advisor analyzes the configuration of the servers, checking for misconfiguration which could lead to unstable or insecure installations, and the status advisor continuously monitors for servers which go offline, or fall out of sync ... The Group Replication advisors, Group Replication Configuration and Group Replication Status, provide continuous analysis of the condition of your group replication ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-verify-package.html
There are two methods of integrity checking for MySQL Linux Generic Binary packages: MD5 Checksum and Signature Checking Using GnuPG. For additional information about GnuPG signature checking, see Signature Checking Using GnuPG. After downloading ...