Guest User

Untitled

a guest
Oct 2nd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. const connection = mysql.createConnection({
  2. host: '192.168.99.100',
  3. user: 'root',
  4. password: 'foo123',
  5. database: 'floralle_db'
  6. });
  7.  
  8. ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'MyNewPass';
Add Comment
Please, Sign In to add comment