Initial commit - import depuis serveur de production
This commit is contained in:
19
.manus/db/db-query-1773332318723.json
Normal file
19
.manus/db/db-query-1773332318723.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user