Skip navigation links
Showing entries 1 to 4

Tags Filter: binary (reset)

Articles
Add to Favourites +0 Vote Up -0Vote Down
Recently I had an interesting issue crop up. Due to an unfortunate migration incident in which involved master/master replication and not checking to see if replication was caught up, we ended up with an infinite replication loop of a number of SQL statements. "awk" helped immensely in the aftermath cleanup.The basics of the replication infinite loop were
Articles
Add to Favourites +2 Vote Up -0Vote Down
"There are 10 types of people in the world -- those who understand binary, and those who don't."The term "binary" in MySQL has many different meanings. How many can you come up with? I have 6, but I am willing to believe there are more!0) "Binary distribution" is the name for the package that contains a binary. Another use is "binary installation" but that's pretty much the same usage pattern as "binary distribution", so I won't count "binary installation" as
Articles
Add to Favourites +4 Vote Up -0Vote Down
MySQL now provides server snapshots (nightly builds). What criteria do they meet? What should they be used for? This article clearly explains.
Articles
Add to Favourites +4 Vote Up -0Vote Down
There is a cool option for mysqlbinlog for disabling the binary log when doing recovery using binary logs, namely --disable-log-bin. There are various ways for doing this.
Showing entries 1 to 4