Add MySQL AWS RDS support to mysqldump

This commit is contained in:
Noah Zalev
2021-11-17 19:12:18 -05:00
parent c5c27820c9
commit c3b9de37f9
2 changed files with 3 additions and 1 deletions

View File

@@ -44,6 +44,7 @@
"user": { "type": "string", "description": "MySQL username" },
"password": { "type": "string", "description": "MySQL password" },
"database": { "type": "string", "default": "meshcentral", "description": "Name of MySQL database used" },
"awsrds": { "type": "boolean", "default": false, "description": "Set true to resolve LOCK TABLE permissions on AWS RDS." },
"ssl": {
"type": "object",
"description": "SSL Options. Set to true (boolean) for default options.",