Guest User

Untitled

a guest
Jun 26th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. const mysql = require('mysql');
  2.  
  3. //////////CREATE CONNECTION ////////////
  4.  
  5. const connection = mysql.createConnection({
  6. host : 'localhost',
  7. user : 'root',
  8. database: 'projectynov',
  9. password: 'dugarry'
  10. })
  11.  
  12. module.exports = connection;
Add Comment
Please, Sign In to add comment