Sfoglia il codice sorgente

update Cli-example.sh.

xdc 5 anni fa
parent
commit
32299ae26f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 \