Advertisement
Guest User

db

a guest
Apr 8th, 2019
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Domain : hitbullseye.com
  2.  
  3.  
  4. include 'class.MySQL.php';
  5.  
  6. /*
  7. * this is the class used for SQL connection
  8. *
  9. */
  10. class SqlDB {
  11.  
  12. public $SRVSQL;
  13.  
  14. function __construct() {
  15. $serverName = "172.31.20.252";
  16. $connectionInfo = array (
  17. "Database" => "bulleye",
  18. "UID" => "sa",
  19. "PWD" => "ck3wK(i@YwK",
  20. //"CharacterSet" => "UTF-8"
  21. );
  22.  
  23.  
  24. function __construct(){
  25.  
  26. $this->database = 'hitbullseyefix';
  27. $this->username = 'dbasesabherwal01';
  28. $this->password = 'VipSabInDIOA123';
  29. $this->hostname = 'localhost:3306';
  30. $this->Connect(false);
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement