Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DB dump

Status
Not open for further replies.

simplyJ

MIS
Jul 12, 2001
59
US
I have dumped my database into a .sql file. When I try to load the database from the file I get errors from the insert statments.

My dev DB is on my local PC, but I have a production DB on a server. How can I work on the dev DB and then copy that database over the production DB when it is tested?
 
If you are on *nix try using the mysqlhotcopy.pl script. It is by far the easiest. If you are on windows let me know and I can send you a modified working windows and cygwin version.

peace,

abombss
 
I am working with mySQL on WinXP. Can you send me the cygwin version?

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top