Search

RDS

참고
sudo dnf update -y sudo dnf install -y mariadb105
Shell
복사
RDS_EP=$(aws rds describe-db-cluster-endpoints --query "DBClusterEndpoints[?EndpointType=='WRITER'].Endpoint" --output text)
Shell
복사
mysql -h $RDS_EP -u admin -P 3306 -pSkill53## -D day1 < load_employees.dump
Shell
복사