Rate this post

Last Updated on November 6, 2022 by Vikash Ekka

Step1. First Login to Mysql

ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘yourPasswordHere’;
 
where :- root is user and yourPasswordHere is password

For eg.

ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘R0oT#’;
That’s it. Thank You.

By Vikash Ekka

Hi All, My name is Vikash Ekka from India. I’m the founder and tech editor of https://www.vetechno.in. I have completed my Graduation in BCA. I love to write technical articles like Windows, Linux & MAC Tutorials, Tips, Tricks, How To fix, Tutorials About Ethical Hacking & Cyber Security Guide, and Software Review. Currently, I have been working as an IT professional since 2018.

Leave a Reply

Your email address will not be published. Required fields are marked *