Setup a wordpress multisite network on AWS EC2 (3)

AWS RDS is awesome. But it doesn't come with a database management tool. All the searching results pointed to this tutorial from Ben Kuhl. A short summary: First setup your phpMyAdmin on EC2. Then in the config.inc.php file, add the following line after the existing server setup or setup loop: $cfg['Servers'][$i]['auth_type'] = 'HTTP';     $cfg['Servers'][$i]['hide_db'] = '(mysql|information_schema|phpmyadmin)'; … Continue reading Setup a wordpress multisite network on AWS EC2 (3)