Search Results
https://dev.mysql.com/doc/heatwave-aws/en/hw-aws-ha-enabling-stand-alone-db-systems.html
If they are not, see Editing a DB System on how to enable them. Note:Optionally, if there has been a high write load on the DB System since the last backup, take a manual backup of the DB System before enabling high availability to speed up the ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-system-profile.html
The System Profile tab enables you to specify host-specific information. This is achieved primarily through selecting a System Type, along with its corresponding Installation Type. These profile settings contain standard information that is used in ...
https://dev.mysql.com/doc/refman/9.7/en/ipv6-system-support.html
Before MySQL Server can accept IPv6 connections, the operating system on your server host must support IPv6. To produce a description of your system's network interfaces, invoke ifconfig -a and look for IPv6 addresses in the output. If your host ...
https://dev.mysql.com/doc/refman/9.7/en/create-spatial-reference-system.html
srs_attribute: { NAME 'srs_name' | DEFINITION 'definition' | ORGANIZATION 'org_name' IDENTIFIED BY org_id | DESCRIPTION 'description' } srid, org_id: 32-bit unsigned integer This statement creates a spatial reference system (SRS) definition and ...
https://dev.mysql.com/doc/refman/9.7/en/spatial-reference-systems.html
A spatial reference system (SRS) for spatial data is a coordinate-based system for geographic locations. There are different types of spatial reference systems: A projected SRS is a projection of a globe onto a flat surface; that is, a flat map.
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-sql-system-log.html
Mar 1 17:35:33 myhost mysqlsh[33060]: SYSTEM_USER=hanna_j MYSQL_USER=hanna CONNECTION_ID=14 DB_SERVER=localhost DB='--' QUERY='create table test.test (c int, my_row_id BIGINT AUTO_INCREMENT INVISIBLE PRIMARY KEY);' . SQL statements that you issue ...On Unix, this is syslog; on Windows, it is the Windows Event ...
https://dev.mysql.com/doc/refman/9.7/en/drop-spatial-reference-system.html
DROP SPATIAL REFERENCE SYSTEM [IF EXISTS] srid srid: 32-bit unsigned integer This statement removes a spatial reference system (SRS) definition from the data dictionary. Example: DROP SPATIAL REFERENCE SYSTEM 4120; If no SRS definition with the ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-system-definition.html
You can obtain the value of this parameter by checking the Ndb_system_name status variable. The [system] section is used for parameters applying to the cluster as a whole. The Name system parameter is used with MySQL Enterprise Monitor; ...More ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-create-db-system.html
To use the additional components of MySQL HeatWave that are included with the MySQL HeatWave Cluster, you must first create a MySQL HeatWave DB System. Create a DB System For MySQL HeatWave on Oracle Cloud Infrastructure (OCI), see Creating a DB ...
https://dev.mysql.com/doc/heatwave-aws/en/ha-maintenance-db-systems.html
Maintenance of a High Availability DB System 12.6 Maintenance of a High Availability DB System Oracle maintains a high availability DB System using a rolling maintenance process that has minimal downtime. The maintenance starts within two hours of ...The rolling maintenance process involves the following steps and does not require any input from you: One of the secondary nodes is removed from the replication ...