Browse Source

update Cli-example.sh.

xdc 5 năm trước cách đây
mục cha
commit
32299ae26f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Cli-example.sh

+ 1 - 1
Cli-example.sh

@@ -12,7 +12,7 @@ export AWS_DEFAULT_REGION=cn-northwest-1
 
 
 create table student(name varchar(256),age varchar(256));
-
+aws configure set default.region cn-northwest-1
 
 # Linux 
 aws rds create-db-cluster --db-cluster-identifier sample-cluster --engine aurora-mysql --engine-version 5.7.mysql_aurora.2.07.1 \