Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. const dns     = "mysql:host=localhost;dbname=serverio_db;charset=utf8";
  2.  
  3.         // Ä®vesti host (dažniausiai localhost), pakeisti dbname ÄÆ savo duomenų bazÄ—s lentelÄ—s pavadinimÄ…;
  4.  
  5.         const user     = "serverio_name"; // MySQL vartotojas (dažniausiai root);
  6.  
  7.         const pw     = "serverio_pw"; // MySQL slaptažodis;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement