How to Reset the MySQL Root Password on Linux

Ftr20

In some cases, you’ve forgotten the MySQL root password, or it has mysteriously changed. In this post, we will reset the MySQL root password in Linux by starting MySQL with the –skip-grant-tables option. Note Running MySQL with the —skip-grant-tables option…

How to Check CentOS Version

Ftr41

The purpose of this post is to show how to check the CentOS version of your Linux system. It’s possible to do this from either command line or GUI. Knowing your CentOS version will give you some insight into how…