API-ReferenzDatenbankDatabase The database API allows you to manage your databases, like MySQL and Redis databases. GETList available MySQL character sets and collations, optionally filtered by a MySQLVersion./v2/mysql-charsets/GETGet a MySQLDatabase./v2/mysql-databases/{mysqlDatabaseId}/DELETEDelete a MySQLDatabase./v2/mysql-databases/{mysqlDatabaseId}/PATCHUpdate a MySQLDatabase's default character settings./v2/mysql-databases/{mysqlDatabaseId}/default-charset/PATCHUpdate a MySQLDatabase's description./v2/mysql-databases/{mysqlDatabaseId}/description/GETList MySQLUsers belonging to a Database./v2/mysql-databases/{mysqlDatabaseId}/users/POSTCreate a MySQLUser./v2/mysql-databases/{mysqlDatabaseId}/users/GETGet a MySQLUser./v2/mysql-users/{mysqlUserId}/PUTUpdate a MySQLUser./v2/mysql-users/{mysqlUserId}/DELETEDelete a MySQLUser./v2/mysql-users/{mysqlUserId}/POSTDisable a MySQLUser./v2/mysql-users/{mysqlUserId}/actions/disable/POSTEnable a MySQLUser./v2/mysql-users/{mysqlUserId}/actions/enable/PATCHUpdate a MySQLUser's password./v2/mysql-users/{mysqlUserId}/password/GETGet a MySQLUser's PhpMyAdmin-URL./v2/mysql-users/{mysqlUserId}/php-my-admin-url/GETList MySQLVersions./v2/mysql-versions/GETList MySQLDatabases belonging to a Project./v2/projects/{projectId}/mysql-databases/POSTCreate a MySQLDatabase with a MySQLUser./v2/projects/{projectId}/mysql-databases/GETList RedisDatabases belonging to a Project./v2/projects/{projectId}/redis-databases/POSTCreate a RedisDatabase./v2/projects/{projectId}/redis-databases/GETGet a RedisDatabase./v2/redis-databases/{redisDatabaseId}/DELETEDelete a RedisDatabase./v2/redis-databases/{redisDatabaseId}/PATCHUpdate a RedisDatabase's configuration./v2/redis-databases/{redisDatabaseId}/configuration/PATCHUpdate a RedisDatabase's description./v2/redis-databases/{redisDatabaseId}/description/GETList RedisVersions./v2/redis-versions/