Guest User

Untitled

a guest
Nov 29th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const mysql = require('mysql');
  2. const connection = mysql.createConnection({
  3. host:"localhost",
  4. user:'root',
  5. password :'dokoliday',
  6. database: 'Affluences'
  7. })
  8.  
  9. module.exports = connection;
Add Comment
Please, Sign In to add comment