Recover the MySQL Root Password Easily

To recover your MySQL database server password follow these five easy steps.. Step 1: Stop the MySQL service.. service mysql stop or service mysqld stop Step 2: Start the MySQL server without any passwords.. mysqld_safe –skip-grant-tables & Step 3: Connect to mysql server using mysql client.. mysql -u root Step 4: Setup new MySQL root … Read more

Install and Setup FreeRADIUS on CentOS 5/6 and Ubuntu 11.10

A simple tutorial to setup and configure FreeRADIUS on CentOS 5/6 and Ubuntu 11.10. Just follow the instructions below to have your FreeRADIUS setup ready to go when used along with our WHMCS module, we have distinguished the difference between CentOS commands and Ubuntu commands: CentOS 5: yum install freeradius2 freeradius2-mysql freeradius2-utils mysql-server -y CentOS … Read more