Guest User

Untitled

a guest
Jul 11th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. mysqld_safe --skip-grant-tables &
  2. mysql -u root mysql
  3. mysql> update user set Password=PASSWORD('password') where User='root';
  4. mysql> flush privileges;
Add Comment
Please, Sign In to add comment