I am getting the error: \"error establishing a database connection\" after moving my wordpress blog to Amazon EC2. I\'ve checked the wp-config.php file and settings are ok (loca
The below fixed it for me:
amazon-linux-extras install -y lamp-mariadb10.2-php7.2 php7.2 && service httpd restart