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!

tranferring databases to another server

Status
Not open for further replies.

sknyppy

Programmer
May 14, 1999
137
US
I need to write a script batch file that will transfer the contents of a mySQL database from one server to another every 15 minutes. I assume I can set up a windows task to accomplish the script execution part.

Is anyone know the syntax of the mySQL command line needed to copy the database to a text file then ftp the text file to another server which would restore the new database???

Any help would be appreciated....

Thanks,
Dave
 
MySQL supports replication, would that be an option?
***************************************
Party on, dudes!
[cannon]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top