LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: Recover a MySQL Table with Zmanda Recovery Manager (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-recover-a-mysql-table-with-zmanda-recovery-manager-641671/)

LXer 05-12-2008 11:30 AM

LXer: Recover a MySQL Table with Zmanda Recovery Manager
 
Published at LXer:

If somebody accidentally drops a critical table in MySQL, the application no longer works. The solution to this problem is to utilize the (open source) Zmanda Recovery Manager. You are a MySQL database administrator. You take regular backups of your MySQL database. Somebody drops a table critical to the MySQL application (for example, the "accounts" table in a SugarCRM application). The MySQL application no longer works. How can you recover from the situation?The answer is MySQL binary logs. Binary logs track all updates to the database with minimal impact on database performance. MySQL binary logs have to be enabled on the server. You can use the mysqlbinlog MySQL command to recover from the binary logs.

Read More...


All times are GMT -5. The time now is 04:05 PM.