Last updated 7 months ago
關聯式資料庫,可選擇 MySQL, MariaDB 等等。
等到建制程序都跑完會顯示如下:(此時可連線)
mysql -h <host> -P 3306 -u admin -p
建置好預設不能公開連線:需要開啟 security group 3306 port,使設置公開連線為是。
照以下連結設置 rds.force_ssl 1 為 0,不然會出現以下錯誤
error: no pg_hba.conf entry for host
https://stackoverflow.com/a/77787495