19 lines
953 B
JSON
19 lines
953 B
JSON
{
|
|
"query": "SELECT id, username, name, role, loginMethod, immutable, createdAt FROM users WHERE username = 'adminServPodcast';",
|
|
"command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway02.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 4CrrYuB5tme73Qo.b4dff1ea5cdb --database F7vYDf4Hr9sX7oqKAmb2yW --execute SELECT id, username, name, role, loginMethod, immutable, createdAt FROM users WHERE username = 'adminServPodcast';",
|
|
"rows": [
|
|
{
|
|
"id": "24",
|
|
"username": "adminServPodcast",
|
|
"name": "Administrateur Service Podcast",
|
|
"role": "admin",
|
|
"loginMethod": "local",
|
|
"immutable": "1",
|
|
"createdAt": "2026-03-12 16:18:34"
|
|
}
|
|
],
|
|
"messages": [],
|
|
"stdout": "id\tusername\tname\trole\tloginMethod\timmutable\tcreatedAt\n24\tadminServPodcast\tAdministrateur Service Podcast\tadmin\tlocal\t1\t2026-03-12 16:18:34\n",
|
|
"stderr": "",
|
|
"execution_time_ms": 237
|
|
} |