MySQL Admin Toolkit for Coqui
coquibot/coqui-toolkit-mysql-adminMySQL database administration toolkit for Coqui — connect, query, manage schemas, backup/restore, optimize, user management, and NiFi pipeline template generation for MySQL databases
toolkit-mysql-admin
0 downloads 0 stars
Required Credentials
0MYSQL_HOST
1MYSQL_PORT
2MYSQL_USER
3MYSQL_PASSWORD
4MYSQL_DATABASE
Package Info
{
"gated": {
"mysql_user": [
"create",
"drop",
"grant",
"revoke",
"set_password"
],
"mysql_query": [
{
"write": true
}
],
"mysql_optimize": [
"repair",
"flush"
],
"mysql_schema_modify": [
"drop_table",
"drop_index",
"drop_view",
"drop_database"
],
"mysql_backup_restore": [
"restore",
"clone"
]
},
"toolkits": [
"CoquiBot\\Toolkits\\MysqlAdmin\\MysqlAdminToolkit"
],
"credentials": {
"MYSQL_HOST": "MySQL server hostname (e.g. localhost, db.example.com)",
"MYSQL_PORT": {
"optional": true,
"description": "MySQL server port (default: 3306)"
},
"MYSQL_USER": "MySQL username for authentication",
"MYSQL_DATABASE": {
"optional": true,
"description": "Default MySQL database to connect to"
},
"MYSQL_PASSWORD": "MySQL password for authentication"
},
"description": "Full MySQL database administration — connect to multiple servers, execute queries, manage schemas, backup/restore via mysqldump, optimize, manage users/privileges, and generate NiFi pipeline templates"
}