Search Results
https://dev.mysql.com/doc/heatwave/en/heatwave-errors.html
Description: HeatWave query execution is disabled when the system variable rapid_bootstrap is not set to ON. Workaround: Retry the query with rapid_bootstrap system variable set to ON. If the issue persists, reload the table and retry the query with ... The following list contains all current MySQL HeatWave errors in numerical ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-limits.html
The maximum table or tablespace size is impacted by the server's file system, which can impose a maximum file size that is smaller than the internal 64 TiB size limit defined by InnoDB. ERROR 1070 (42000): Too many key parts specified; max 16 parts ... This section describes limits for InnoDB tables, indexes, tablespaces, and other aspects of the InnoDB storage ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-ndbinfo-processes.html
For example, mysql://198.51.100.3/tmp/mysql.sock indicates that the SQL node was started with the skip_networking system variable enabled, and mysql://198.51.100.3:3306/?server-id=1 shows that replication is enabled for this SQL node. If the SQL ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-authenticate-service.html
In addition, for resource principal authentication, MySQL HeatWave automatically sets the rapid_ml_genai system variable. The default value of the variable is the compartment ID of the DB system you are using. GroupName: the dynamic group name ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-troubleshooting-egress-privatelink.html
DB Systems <dbsystem-ids> do not share a single physical Availability Zone with the endpoint service. Please ensure the physical Availability Zone(s) provided by your endpoint service include az-id1, az-id2, az-id3 for these DB System(s) and then ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-ndbd.html
Note that string '/BACKUP' is always appended to this setting, so that *effective* default is FileSystemPath/BACKUP. BackupMaxWriteSize: Maximum size of file system writes made by backup (in bytes). BackupWriteSize: Default size of file system ...
https://dev.mysql.com/doc/refman/9.7/en/create-resource-group.html
CREATE RESOURCE GROUP group_name TYPE = {SYSTEM|USER} [VCPU [=] vcpu_spec [, vcpu_spec] ...] [THREAD_PRIORITY [=] N] [ENABLE|DISABLE] vcpu_spec: {N | M - N} CREATE RESOURCE GROUP is used for resource group management (see Section 7.1.16, ...This ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-params-ndbd.html
Note that string '/BACKUP' is always appended to this setting, so that *effective* default is FileSystemPath/BACKUP. BackupMaxWriteSize: Maximum size of file system writes made by backup (in bytes). BackupWriteSize: Default size of file system ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-reset-session.html
session_variables, if given, is a dictionary of system variable names and values. Syntax: cnx.reset_session(user_variables = None, session_variables = None) Resets the connection by reauthenticating to clear the session state. user_variables, if ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-reset-session.html
session_variables, if given, is a dictionary of system variable names and values. Syntax: cnx.reset_session(user_variables = None, session_variables = None) Resets the connection by reauthenticating to clear the session state. user_variables, if ...