Please support our MySQL advertiser: Programming Forums
![]() |
•
•
Join Date: Jan 2005
Posts: 24
Reputation:
Rep Power: 4
Solved Threads: 0
Hello friends
Actually i need a small help.
I have 2 enviornment with 2 different databases .one is development and one is testing. All development and design work is done in Development work and once in a week we take database dump from development to testing enviornment
Actually the procedure i m following right now to import a dump is quite tedious wherin i delete the users (for which the data needs to be updated),create a new one and import data from the dump.
Is there no other way where the data can be appended to the table from the dump file
pls help me so that my work is reduced
Actually i need a small help.
I have 2 enviornment with 2 different databases .one is development and one is testing. All development and design work is done in Development work and once in a week we take database dump from development to testing enviornment
Actually the procedure i m following right now to import a dump is quite tedious wherin i delete the users (for which the data needs to be updated),create a new one and import data from the dump.
Is there no other way where the data can be appended to the table from the dump file
pls help me so that my work is reduced
I don't know what platform you are using, but doing an update of this type is easy on the Linux systems that I work with. I simply copy over all the files from the current database and replace the old database files with them. As soon as the data is replaced and a new query hits the system, the new data is already there. This makes quick backups and restores a breeze. I simple create a backup folder, copy all the files there, make my tests, and restore the data in seconds if an unexpected event corrupted the data.
I only find using the dumps to be helpful if I'm porting to different databasing systems (from mySQL to MSSQL for example).
I only find using the dumps to be helpful if I'm porting to different databasing systems (from mySQL to MSSQL for example).
Did we help you? Did we miss the point entirely? Update your thread and let us know.
Don't like the answers you are getting?
Did you try searching?
Clean up and optimize Windows 2000/XP
Don't like the answers you are getting?
Did you try searching?
Clean up and optimize Windows 2000/XP
![]() |
Similar Threads
Other Threads in the MySQL Forum
- Export data to Excel Template (MS Access and FileMaker Pro)
- Importing data from txt file (MS SQL)
- Exporting Data from App To Excel c# (C#)
- Exporting data into Excel (C)
- phpMyAdmin and exporting data. (MySQL)
Other Threads in the MySQL Forum
- Previous Thread: MySQL Multiple Table Search
- Next Thread: MySQL Migration Toolkit help
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode