Initial database and create user for service on Aurora MySQL 8
outline
After creating MySQL server or AWS RDS, you need to make or initial database and create user and password for service.
basic-query-for-initialization
# create user for service
CREATE USER '<SRV-USER>'@'<VPC-IP-RANGE>' IDENTIFIED BY '<S...
ktg0210.hashnode.dev1 min read