When you got Repair Filesystem error and you wants to edit /etc/fstab file in Read-only mode then follow below mentioned command to edit file
#mount -w -o remount/
#vi /etc/fstab
Make changes which you need and save and restart once.
Its done Enjoy !!!!!...
Thursday, 10 April 2014
How to reset root password in MySQL
1 ) First we have to stop MySQL service.
:: Command to Stop MySQL ::
For Ubuntu & Debian : "/etc/init.d/mysql stop"
& CentOS, Fedora, and RHEL : "/etc/init.d/mysqld stop"
2 ) Now we need to start MySQL service in safe mode, in safe mode MySQL will not load user privileges table.
:: Command for safe mode ::
"mysqld...