Guest User

Untitled

a guest
Dec 7th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. host : 'localhost',
  2. user : 'root',
  3. port : '3306',
  4. password : 'root',
  5. database : 'test'
  6.  
  7. if(!err) {
  8.  
  9. console.log("database is connected"+database);
  10. } else {
  11. console.log("database is not connected"+err.message);
  12. }
Add Comment
Please, Sign In to add comment