Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var connection = mysql.createConnection({
  2. host: 'localhost', //What to put here?
  3. user: 'myusername',
  4. password: 'mypassword',
  5. database: 'mydatabase'
  6. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement