Skip to content

rds_mysql_create_user

Centell edited this page Mar 18, 2020 · 3 revisions

참고: Create MySQL user on AWS RDS server

MySQL 원격 접속

mysql -h <RDS Endpoint> -P 3306 -u <admin id> -p 

Clone this wiki locally