Advertisement
Guest User

Untitled

a guest
Feb 20th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $dsn = 'mysql:host=aa1tal93j1jmvrl.cn04yza62psx.us-east-1.rds.amazonaws.com;port=3306;dbname=mobiusData';
  2. $username = 'ebroot';
  3. $password = '12345678';
  4.  
  5. $dbh = new PDO($dsn, $username, $password);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement