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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MySQL database replication

Status
Not open for further replies.

enventuri

Programmer
Joined
Feb 4, 2003
Messages
1
Location
IT
Hello colleagues,
I want to replicate a MySQL database from an active machien to a standby one; I don't like to use the incremental replication ; I'd like to remote copy all the relevant database files, but I knew that the database must be closed (MySQL processes not active) to avoid inconsistencies; is it true? How can I do to freeze the DB files and to replicate them?
regards
Enrico
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top