Skip to content

Instantly share code, notes, and snippets.

@mtigdemir
Created May 28, 2015 08:56
Show Gist options
  • Select an option

  • Save mtigdemir/b9d5589e0bf4e3107f9d to your computer and use it in GitHub Desktop.

Select an option

Save mtigdemir/b9d5589e0bf4e3107f9d to your computer and use it in GitHub Desktop.
<?php
// AWS phpmyadmin
$cfg['Servers'][$i]['auth_type'] = 'HTTP';
$cfg['Servers'][$i]['hide_db'] = '(mysql|information_schema|phpmyadmin)';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'xxxxx.123456.us-east-1.rds.amazonaws.com';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment