Guest User

Untitled

a guest
Nov 27th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $db_host = 'eu-cdbr-west-02.cleardb.net';
  2. $db_username = 'b0f439327ec632';
  3. $db_password = '******';
  4. $db_name = 'heroku_846065d530579e0';
  5. $db_charset = 'utf8';
  6. echo "<p>Before Connection";
  7. $is_connected = @mysql_connect($db_host, $db_username, $db_password);
  8. echo "<p> After MySQL Connection. is_connected=$is_connected";
Add Comment
Please, Sign In to add comment