@akamai/openapi-ts
    Preparing search index...

    Type Alias GetDatabasesMysqlConfigResponses

    type GetDatabasesMysqlConfigResponses = {
        "200": {
            binlog_retention_period: number;
            mysql: {
                connect_timeout: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                default_time_zone: {
                    description: string;
                    example: string;
                    maxLength: number;
                    minLength: number;
                    pattern: string;
                    requires_restart: boolean;
                    type: string;
                };
                group_concat_max_len: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                information_schema_stats_expiry: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                innodb_change_buffer_max_size: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                innodb_flush_neighbors: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                innodb_ft_min_token_size: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                innodb_ft_server_stopword_table: | {
                    description: string;
                    example: string;
                    maxLength: number;
                    pattern: string;
                    requires_restart: boolean;
                    type: string;
                }
                | null;
                innodb_lock_wait_timeout: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                innodb_log_buffer_size: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                innodb_online_alter_log_max_size: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                innodb_read_io_threads: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                innodb_rollback_on_timeout: {
                    description: string;
                    example: string;
                    requires_restart: boolean;
                    type: string;
                };
                innodb_thread_concurrency: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                innodb_write_io_threads: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                interactive_timeout: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                internal_tmp_mem_storage_engine: {
                    description: string;
                    enum: string;
                    example: string;
                    requires_restart: boolean;
                    type: string;
                };
                max_allowed_packet: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                max_heap_table_size: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                net_buffer_length: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                net_read_timeout: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                net_write_timeout: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                sql_mode: {
                    description: string;
                    example: string;
                    maxLength: number;
                    pattern: string;
                    requires_restart: boolean;
                    type: string;
                };
                sql_require_primary_key: {
                    description: string;
                    example: string;
                    requires_restart: boolean;
                    type: string;
                };
                tmp_table_size: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
                wait_timeout: {
                    description: string;
                    example: number;
                    maximum: number;
                    minimum: number;
                    requires_restart: boolean;
                    type: string;
                };
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        binlog_retention_period: number;
        mysql: {
            connect_timeout: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            default_time_zone: {
                description: string;
                example: string;
                maxLength: number;
                minLength: number;
                pattern: string;
                requires_restart: boolean;
                type: string;
            };
            group_concat_max_len: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            information_schema_stats_expiry: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            innodb_change_buffer_max_size: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            innodb_flush_neighbors: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            innodb_ft_min_token_size: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            innodb_ft_server_stopword_table: | {
                description: string;
                example: string;
                maxLength: number;
                pattern: string;
                requires_restart: boolean;
                type: string;
            }
            | null;
            innodb_lock_wait_timeout: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            innodb_log_buffer_size: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            innodb_online_alter_log_max_size: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            innodb_read_io_threads: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            innodb_rollback_on_timeout: {
                description: string;
                example: string;
                requires_restart: boolean;
                type: string;
            };
            innodb_thread_concurrency: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            innodb_write_io_threads: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            interactive_timeout: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            internal_tmp_mem_storage_engine: {
                description: string;
                enum: string;
                example: string;
                requires_restart: boolean;
                type: string;
            };
            max_allowed_packet: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            max_heap_table_size: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            net_buffer_length: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            net_read_timeout: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            net_write_timeout: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            sql_mode: {
                description: string;
                example: string;
                maxLength: number;
                pattern: string;
                requires_restart: boolean;
                type: string;
            };
            sql_require_primary_key: {
                description: string;
                example: string;
                requires_restart: boolean;
                type: string;
            };
            tmp_table_size: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
            wait_timeout: {
                description: string;
                example: number;
                maximum: number;
                minimum: number;
                requires_restart: boolean;
                type: string;
            };
        };
    }

    Available advanced parameters for a MySQL Managed Database.

    Type Declaration

    • binlog_retention_period: number

      Settings available to configure a binlog_retention_period, per Aiven's specifications.

    • mysql: {
          connect_timeout: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          default_time_zone: {
              description: string;
              example: string;
              maxLength: number;
              minLength: number;
              pattern: string;
              requires_restart: boolean;
              type: string;
          };
          group_concat_max_len: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          information_schema_stats_expiry: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          innodb_change_buffer_max_size: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          innodb_flush_neighbors: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          innodb_ft_min_token_size: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          innodb_ft_server_stopword_table: | {
              description: string;
              example: string;
              maxLength: number;
              pattern: string;
              requires_restart: boolean;
              type: string;
          }
          | null;
          innodb_lock_wait_timeout: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          innodb_log_buffer_size: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          innodb_online_alter_log_max_size: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          innodb_read_io_threads: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          innodb_rollback_on_timeout: {
              description: string;
              example: string;
              requires_restart: boolean;
              type: string;
          };
          innodb_thread_concurrency: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          innodb_write_io_threads: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          interactive_timeout: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          internal_tmp_mem_storage_engine: {
              description: string;
              enum: string;
              example: string;
              requires_restart: boolean;
              type: string;
          };
          max_allowed_packet: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          max_heap_table_size: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          net_buffer_length: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          net_read_timeout: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          net_write_timeout: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          sql_mode: {
              description: string;
              example: string;
              maxLength: number;
              pattern: string;
              requires_restart: boolean;
              type: string;
          };
          sql_require_primary_key: {
              description: string;
              example: string;
              requires_restart: boolean;
              type: string;
          };
          tmp_table_size: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
          wait_timeout: {
              description: string;
              example: number;
              maximum: number;
              minimum: number;
              requires_restart: boolean;
              type: string;
          };
      }

      Parameters available to configure a MySQL Managed Database.

      • connect_timeout: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the connect_timeout, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • default_time_zone: {
            description: string;
            example: string;
            maxLength: number;
            minLength: number;
            pattern: string;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the connect_timeout, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: string

          An example value for this parameter, using the required pattern.

        • maxLength: number

          The maximum character length for this parameter.

        • minLength: number

          The minimum character length for this parameter.

        • pattern: string

          The pattern to follow when defining this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • group_concat_max_len: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the group_concat_max_len, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • information_schema_stats_expiry: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the information_schema_stats_expiry, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • innodb_change_buffer_max_size: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the innodb_change_buffer_max_size, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • innodb_flush_neighbors: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the innodb_flush_neighbors, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • innodb_ft_min_token_size: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the innodb_ft_min_token_size, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • innodb_ft_server_stopword_table:
            | {
                description: string;
                example: string;
                maxLength: number;
                pattern: string;
                requires_restart: boolean;
                type: string;
            }
            | null

        Settings available to configure your own innodb_ft_server_stopword_table, per Aiven's specifications. Set to null for no value.

      • innodb_lock_wait_timeout: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the innodb_lock_wait_timeout, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • innodb_log_buffer_size: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the innodb_log_buffer_size, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • innodb_online_alter_log_max_size: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the innodb_online_alter_log_max_size, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • innodb_read_io_threads: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the innodb_read_io_threads, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • innodb_rollback_on_timeout: {
            description: string;
            example: string;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the innodb_rollback_on_timeout, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: string

          An example boolean value for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • innodb_thread_concurrency: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the innodb_thread_concurrency, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • innodb_write_io_threads: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the innodb_write_io_threads, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • interactive_timeout: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the interactive_timeout, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • internal_tmp_mem_storage_engine: {
            description: string;
            enum: string;
            example: string;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the internal_tmp_mem_storage_engine, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • enum: string

          Specific values available for use as this parameter.

        • example: string

          One of the enum values available for use.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • max_allowed_packet: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the max_allowed_packet, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • max_heap_table_size: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the max_heap_table_size, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • net_buffer_length: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the net_buffer_length, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • net_read_timeout: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the net_read_timeout, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • net_write_timeout: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the net_write_timeout, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • sql_mode: {
            description: string;
            example: string;
            maxLength: number;
            pattern: string;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the sql_mode, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: string

          An example value for this parameter, using the required pattern.

        • maxLength: number

          The maximum character length for this parameter.

        • pattern: string

          The pattern to follow when defining this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • sql_require_primary_key: {
            description: string;
            example: string;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the sql_require_primary_key, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: string

          An example boolean value for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • tmp_table_size: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the tmp_table_size, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.

      • wait_timeout: {
            description: string;
            example: number;
            maximum: number;
            minimum: number;
            requires_restart: boolean;
            type: string;
        }

        Settings available to configure the wait_timeout, per Aiven's specifications.

        • description: string

          The description for this parameter.

        • example: number

          An example value for this parameter.

        • maximum: number

          The maximum value allowed for this parameter.

        • minimum: number

          The minimum value allowed for this parameter.

        • requires_restart: boolean

          Whether a change to this parameter requires a restart of the MySQL database.

        • type: string

          The format of this object.