MySQL Forums
Forum List  »  Newbie

dumping views
Posted by: Alex Shannon
Date: August 23, 2005 08:41AM

We backup, via mysqldump, our database called "tectonics" and copy to a backup server in another building.
If a developer requires up-to-date data to "play" with (and a way of regularly testing the backups), the backup is loaded back, but the database is given a different name - "tectonics_aps" in my case.
All was well until we started using Views - when they dump, they have 'tectonics' prefixed to the View name. When we load back, it tries to CREATE these views in the original 'tectonics' database, and aborts the import with a "table already exists" type error.

Before I mess around with sed trying to strip the `tectonics`. from the backup file, does anyone know how to either suppress views from being dumped altogether (not very desirable solution) or get mysqldump to remove references to the database (desirable solution).

Thanks
Alex

Options: ReplyQuote


Subject
Written By
Posted
dumping views
August 23, 2005 08:41AM
August 23, 2005 10:04AM


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.