Guest User

Untitled

a guest
Mar 13th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. $ mysql -u root
  2. mysql> USE mysql;
  3. mysql> UPDATE user SET Password=PASSWORD('neues-passwort') WHERE user='root';
  4. mysql> FLUSH PRIVILEGES;
Add Comment
Please, Sign In to add comment