Guest User

Untitled

a guest
Apr 14th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. connMySql = mysql.createConnection({
  2. host: "IP_PUBLIC_SERVER",
  3. user: "user",
  4. password: "secret",
  5. database: "myDB",
  6. port: 3307
  7. });
Add Comment
Please, Sign In to add comment