This command will help you backup a specified table using mysql command.. This would be useful if you have a large database and have few tables only frequently modified. How to dump particular tables #mysqldump database_name tables_name -r outout.sql -uusername -h192.168.10.15 -ppass
sometimes you may required to restore the database frequently from the back up [...]
