Linux : Update mysql root password when lost

Sometimes, on a server used as a dev environment, you might have lost the mysql root user password. This is how you can you can start mysql in safe mode with –skip-grant-table options and reset the root user password.

Read More

Linux : Searching files on linux

When debugging and application, it is very common to need to search for files on the system.You might need to search for a file named in a certain way or you might need to search for file that contain a …

Read More