Guest User

Untitled

a guest
Feb 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $i++;
  2. $cfg['Servers'][$i]['host'] = 'xxxxx.xxxxxxxxxx.us-east-1.rds.amazonaws.com';
  3. $cfg['Servers'][$i]['port'] = '3306';
  4. $cfg['Servers'][$i]['verbose'] = 'YOUR_SERVER_NAME';
  5. $cfg['Servers'][$i]['connect_type'] = 'tcp';
  6. $cfg['Servers'][$i]['extension'] = 'mysql';
  7. $cfg['Servers'][$i]['compress'] = TRUE;
Add Comment
Please, Sign In to add comment