Guest User

Untitled

a guest
Feb 20th, 2018
83
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',
  3. user: 'root',
  4. password: '',
  5. database: 'manajemen-event',
  6. timezone: '+07:00'
  7. });
Add Comment
Please, Sign In to add comment