Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mysql
- SELECT user,authentication_string FROM mysql.user;
- ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'your_pass_here';
- FLUSH PRIVILEGES;
- SELECT user,authentication_string FROM mysql.user;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement