Skip to main content

mysql_config

Creates, updates, deletes, gets or lists a mysql_config resource.

Overview

Namemysql_config
TypeResource
Idlinode.databases.mysql_config

Fields

The following fields are returned by SELECT queries:

MySQL Managed Database advanced parameters.

NameDatatypeDescription
binlog_retention_periodintegerSettings available to configure a binlog_retention_period, per Aiven's specifications.
mysqlobjectParameters available to configure a MySQL Managed Database.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_databases_mysql_configselectAll advanced parameters you can apply to a MySQL Managed Database, via our partner Aiven.

> 📘
>
> Aiven may offer other parameters, but Akamai Managed Databases only supports the ones listed in this operation.

Learn more...

Learn more...

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

All advanced parameters you can apply to a MySQL Managed Database, via our partner Aiven.

> 📘
>
> Aiven may offer other parameters, but Akamai Managed Databases only supports the ones listed in this operation.

Learn more...

Learn more...

SELECT
binlog_retention_period,
mysql
FROM linode.databases.mysql_config;