MySQL Forums
Forum List  »  Replication

Re: cross platform replication
Posted by: KimSeong Loh
Date: December 14, 2005 07:00PM

Use the mysqlbinlog utility and you will see the text format of the binary log, even though the file is binary, the data is really plain text, containing all the sql statements that changes or potentially changes the data, including the text file used in the load data infile.

Even with different endian, the application can always make the data to be portable, example, if I am not wrong, myisam table files is portable across different endian machine, if you copy a myisam table files to different endian machine, it still works fine.

Options: ReplyQuote


Subject
Views
Written By
Posted
4342
December 13, 2005 02:22PM
1837
December 13, 2005 06:39PM
1785
December 14, 2005 04:11AM
Re: cross platform replication
1839
December 14, 2005 07:00PM
1981
December 15, 2005 01:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.