Guest User

Untitled

a guest
Nov 8th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var mysql = require("mysql");
  2. var connection=mysql.createConnection({
  3. host:"localhost",
  4. user:"pedro",
  5. password:"cocoypaco2",
  6. database:"users",
Add Comment
Please, Sign In to add comment