Optionalallow_list?: string[]Controls access to the Managed Database.
Individually included IP addresses or CIDR ranges can access the Managed Database while all other sources are blocked.
A standalone value of 0.0.0.0/0 allows all IP addresses access to the Managed Database.
An empty array ([]) blocks all public and private connections to the Managed Database.
Optionalcluster_size?: 1 | 2 | 3The number of Linode instance nodes deployed to the Managed Database.
Choose 3 nodes to create a high availability cluster that consists of one primary node and two replica nodes.
A 2 node cluster is only available with a dedicated plan. It consists of one primary node and one replica node.
The Managed Database engine in engine/version format.
Optionalengine_config?: {Advanced parameters you can apply to a MySQL Managed Database, via our partner Aiven's specification. Only include the objects for parameters you want to set in your database. Omit objects for parameters you don't want to define or change.
📘
Aiven may offer additional parameters in their specification. Currently, only those listed here are supported for use in a MySQL Managed Database. You can also run the List MySQL Managed Database advanced parameters operation to see an up-to-date list.
Optionalbinlog_retention_period?: numberThe minimum amount of time in seconds to keep binlog entries before deletion. This may be extended for services that require binlog entries for longer than the default, for example if using the MySQL Debezium Kafka connector.
Optionalmysql?: {MySQL-specific advanced configuration parameters.
Optionalconnect_timeout?: numberThe number of seconds that the mysqld server waits for a connect packet before responding with bad handshake.
Optionaldefault_time_zone?: stringDefault server time zone as an offset from UTC (from -12:00 to +12:00), a time zone name, or SYSTEM to use the MySQL server default.
Optionalgroup_concat_max_len?: numberThe maximum permitted result length in bytes for the GROUP_CONCAT() function.
Optionalinformation_schema_stats_expiry?: numberThe time, in seconds, before cached statistics expire.
Optionalinnodb_change_buffer_max_size?: numberMaximum size for the InnoDB change buffer, as a percentage of the total size of the buffer pool.
Optionalinnodb_flush_neighbors?: numberSpecifies whether flushing a page from the InnoDB buffer pool also flushes other dirty pages in the same extent: 0 - dirty pages in the same extent are not flushed, 1 - flush contiguous dirty pages in the same extent, 2 - flush dirty pages in the same extent.
Optionalinnodb_ft_min_token_size?: numberMinimum length of words that are stored in an InnoDB -1FULLTEXT index. Changing this parameter will lead to a restart of the MySQL service.
Optionalinnodb_ft_server_stopword_table?: string | nullThis option is used to specify your own InnoDB FULLTEXT index stopword list for all InnoDB tables. Set to null for no value.
Optionalinnodb_lock_wait_timeout?: numberThe length of time in seconds an InnoDB transaction waits for a row lock before giving up.
Optionalinnodb_log_buffer_size?: numberThe size in bytes of the buffer that InnoDB uses to write to the log files on disk.
Optionalinnodb_online_alter_log_max_size?: numberThe upper limit in bytes on the size of the temporary log files used during online DDL operations for InnoDB tables.
Optionalinnodb_read_io_threads?: numberThe number of I/O threads for read operations in InnoDB. Changing this parameter will lead to a restart of the MySQL service.
Optionalinnodb_rollback_on_timeout?: booleanWhen enabled a transaction timeout causes InnoDB to abort and roll back the entire transaction. Changing this parameter will lead to a restart of the MySQL service.
Optionalinnodb_thread_concurrency?: numberDefines the maximum number of threads permitted inside of InnoDB. The default is 0 which indicates infinite concurrency, or no limit.
Optionalinnodb_write_io_threads?: numberThe number of I/O threads for write operations in InnoDB. Changing this parameter will lead to a restart of the MySQL service.
Optionalinteractive_timeout?: numberThe number of seconds the server waits for activity on an interactive connection before closing it.
Optionalinternal_tmp_mem_storage_engine?: "TempTable" | "MEMORY"The storage engine for in-memory internal temporary tables.
Optionalmax_allowed_packet?: numberSize of the largest message in bytes that can be received by the server.
Optionalmax_heap_table_size?: numberLimits the size of internal in-memory tables. Also set tmp_table_size.
Optionalnet_buffer_length?: numberStart sizes of connection buffer and result buffer. Changing this parameter will lead to a restart of the MySQL service.
Optionalnet_read_timeout?: numberThe number of seconds to wait for more data from a connection before aborting the read.
Optionalnet_write_timeout?: numberThe number of seconds to wait for a block to be written to a connection before aborting the write.
Optionalsql_mode?: stringGlobal SQL mode. Set to empty to use MySQL server defaults. When creating a new service and not setting this field, Akamai defaults to SQL mode which is strict, SQL standard compliant.
Optionalsql_require_primary_key?: booleanRequire primary key to be defined for new tables or old tables modified with ALTER TABLE and fail if missing. You should always have primary keys because various functionality may break if any large table is missing them.
Optionaltmp_table_size?: numberLimits the size of internal in-memory tables. This also requires a max_heap_table_size.
Optionalwait_timeout?: numberThe number of seconds the server waits for activity on a non-interactive connection before closing it.
Optionalfork?: { restore_time?: string; source: number }Include this object to restore a Managed Database by forking from a backup.
If you include this object, all other fields are optional.
Don't include this object if you're creating a new Managed Database.
Optionalrestore_time?: stringA specific database timestamp to restore from.
The unique instance id for the database to fork from. Run the List Managed Databases operation and store the unique id for the target Managed Database.
Filterable A unique, user-defined string referring to the Managed Database. This string needs to be unique per Managed Database engine type.
Optionalprivate_network?: { public_access?: boolean; subnet_id?: number; vpc_id?: number } | nullBeta Restricts access on a MySQL Managed Database to a specific Virtual Private Cloud (VPC) configured for the cluster.
Filterable The unique identifier for the region where the Managed Database lives.
Optionalssl_connection?: booleanCurrently required to be true. Whether to require SSL credentials to establish a connection to the Managed Database. Run the Get managed MySQL database credentials operation for access information.
Filterable The Linode Instance type used by the Managed Database for its nodes.
OptionalpathOptionalquery
Managed MySQL Database request object.