Guest User

Untitled

a guest
Nov 19th, 2018
113
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 : 'motDePasseTest',
  6. database : 'sqlquests',
  7. });
  8. module.exports = connection;
Add Comment
Please, Sign In to add comment