partial tables recovery from full dump
Posted by:
Ramki Sm
Date: February 07, 2007 10:44PM
Hello,
I have the took the fulldump of the database (MySQL 4.1 db/Linux) by using,
$mysqldump --all-databases > dev_backup_02052007.sql
The filesize for dev_backup_02052007.sql is around 26G.
While doing the import/recovery (MySQL 5.0.27/Linux), only partial schemas have been imported. I executed the following command,
$mysqldump -u root -p xxx -h dev < dev_backup_02052007.sql
After this is done, I tried to open with sql browser, but only partial schemas came.
Is there any way to import only the selected tables from the above backup (.sql) file ??
Subject
Views
Written By
Posted
partial tables recovery from full dump
5466
February 07, 2007 10:44PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.