Manu Krishna
Solutions Architect
© 2023 All rights reserved.
Tag Archives: linux
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…
How to use Linux Screen for long processes over ssh
Screen command provides us with the ability to create and use multiple shell sessions allowing us to detach and reattach to the screen any time if you haven’t terminated the session.