{ "query": "SELECT id, provider, mode, active, smtpHost FROM emailConfig WHERE active = true;", "command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway02.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 4CrrYuB5tme73Qo.root --database 7PAT67UmWoxv8vwp8Bbcv6 --execute SELECT id, provider, mode, active, smtpHost FROM emailConfig WHERE active = true;", "rows": [ { "id": "90002", "provider": "smtp", "mode": "production", "active": "1", "smtpHost": "smtp.office365.com" } ], "messages": [], "stdout": "id\tprovider\tmode\tactive\tsmtpHost\n90002\tsmtp\tproduction\t1\tsmtp.office365.com\n", "stderr": "", "execution_time_ms": 67 }