forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › can sync if i have frequent transaction?
- This topic is empty.
-
AuthorPosts
-
-
June 13, 2005 at 1:30 pm #18164
Ritesh
MemberWhenever there is a conflict of primary keys between the source and target server, the data from the source will overwrite target.
-
June 13, 2005 at 2:03 pm #18165
peterlaursen
Participantthere is no chance that you can build another PK than one based upon an autoincrement integer ??
-
June 13, 2005 at 2:53 pm #18166
warrence
Memberthat means for my case this SQLyog is not suitable for me? or there is any way to tweak around with this SQLyog?
and i want to ask that is the synchronization is REAL-TIME?
-
June 13, 2005 at 3:10 pm #18167
peterlaursen
ParticipantIt seems to me that in this case you should use the built-in replication feature of the MySQL server itself.
-
June 20, 2005 at 3:26 pm #18168
johll
MemberDoes your product support setting up MySQL's built-in replication between 2 servers?
Thanks.
-
June 20, 2005 at 3:35 pm #18169
peterlaursen
ParticipantQuote:Does your product support setting up MySQL's built-in replication between 2 servers?There is no need to! This is controlled by the MySQL server configuration files. There is a whole section in the MySQL manual describing replication with MySQL. Start here: http://dev.mysql.com/doc/mysql/en/replication.html
The main reason issue that you must understand here is that SJA is not AT ALL any sort of “daemon� running with the MySQL server “supervising� or “over viewing� what the server is doing. As any MySQL client it starts (when you or some application or some scheduling feature starts it), it does its job, it finishes and it closes down when it is done! It is not permanently running.
-
June 20, 2005 at 3:52 pm #18170
johll
MemberI understand it's a client… I've read through the docs and even:
http://dev.mysql.com/books/hpmysql-excerpts/ch07.html
I'm running the win32 5.0.7 beta of MySQL and got the master configured but the slave doesn't want to connect (from what I can tell), so I was just curious if this product would setup the config files. The other features of this tool look great.
Disclaimers: newbie, windows server a requirement – not a choice.
-
June 20, 2005 at 4:29 pm #18171
peterlaursen
ParticipantThen you will probably know more about it than I !
If the setup of accounts and the bin-log is done correctly I have no more ideas …
-
-
AuthorPosts
- You must be logged in to reply to this topic.