mysql_config
Creates, updates, deletes, gets or lists a mysql_config resource.
Overview
| Name | mysql_config |
| Type | Resource |
| Id | linode.databases.mysql_config |
Fields
The following fields are returned by SELECT queries:
- get_databases_mysql_config
MySQL Managed Database advanced parameters.
| Name | Datatype | Description |
|---|---|---|
binlog_retention_period | integer | Settings available to configure a binlog_retention_period, per Aiven's specifications. |
mysql | object | Parameters available to configure a MySQL Managed Database. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_databases_mysql_config | select | 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... |
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.
| Name | Datatype | Description |
|---|
SELECT examples
- get_databases_mysql_config
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
;