Skip to content

Commit 6f8f95e

Browse files
authored
Update aws_data_size_check_commands.md
1 parent 058713b commit 6f8f95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/aws/aws_data_size_check_commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ssh -i ~/specify/keys/specify_ssh_key [email protected] \
1919
```bash
2020
ssh -i ~/specify/keys/specify_ssh_key [email protected] \
2121
"mysql -h specify-cloud-na-db-1.cqvncffkwz9t.us-east-1.rds.amazonaws.com \
22-
-umaster -p'thing-park-why-green' \
22+
-umaster \
2323
-e \"SELECT table_schema AS \\\"Database\\\", \
2424
ROUND(SUM(data_length + index_length)/(1024*1024*1024),2) AS \\\"Size (GB)\\\" \
2525
FROM information_schema.TABLES \

0 commit comments

Comments
 (0)