Some time ago, MySQL Forge went offline.
As part of the Forge dismissal operations, I got a backup of my snippets from the MySQL community team, and I have been lazily looking around for an alternative place where to put them.
I found such a place: Github GIST
Gist is a simple way to share snippets and pastes with others. All gists are git repositories, so they are automatically versioned, forkable and usable as a git repository.
Out of my 25 snippets, these are the ones that still look useful (at least, people have been asking me about those).
- Measuring replication speed
 - Poor man's replicator monitor
 - Purge process list from slow queries or idle connections
 - The partition helper
 - Poor man's schema comparison
 
When I need to publish a snippet, this is the place where it will end up. Eventually, the collection will grow again with more useful stuff.

No comments:
Post a Comment