Advertisement
Guest User

Untitled

a guest
Nov 21st, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $host ="192.168.110.23";
  2. $user = "root";
  3. $password = "yVAC#j72";
  4. $db="inventory_db";
  5.  
  6.  
  7.  
  8. shell_exec(" ssh -fNg -L 3307:192.168.110.23:3306 triune@192.168.110.23 ");
  9.  
  10.  
  11.  
  12.  
  13. $connect = mysqli_connect($host,$user,$password,$db);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement