How to connect to an RDS database from Yii2?
问题 I have deployed a Yii2 based app onto AWS Elastic Beanstalk, also I have created the RDS instance with a database (it already has tables) on Elastic Beanstalk. However I received this error: "SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known" All the files are uploaded correctly to the AWS instance. The file /common/config/main-local.php has: 'components' => [ 'db' => [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=', 'dsn' => 'mysql:host