Manu Krishna
Solutions Architect
© 2023 All rights reserved.
Tag Archives: mysql
How to change MySQL root password
There will be times when you are setting up several development environments and you forget mysql root password. In this guide I will give you steps on how to reset/ change MySQL root password if you have ssh access to your server(Ubuntu). SSH into your server and in server terminal. Stop the MySQL Server: sudo service…