This is the step for standard security implementation to a fresh MySQL installation; it will;
- Give the root password
- Remove anonymous users
- Disallow root login remotely
- Remove test database and access to it
- Reload privilege tables
If you answer Y (Yes) to all question. Notice the error log on the output below is because this is not the first time I ran it.

Basic Network Configuration in CentOS
The file you have to keep an eye on CentOS for your box basic networking configuration is /etc/sysconfig/network and /etc/sysconfig/network-scripts/ifcfg-eth0 or /etc/sysconfig/network-scripts/ifcfg-eth0:x for the alias network Interface. Below are the example of output in My CentOS box, /24 IP Block assumed.
Read More »