- mysql-5.1.22-stew2 running my sites okay… compressed backup and LCP working fine… #
- f-spot isn’t that quick over networked drive and wireless #
Powered by Twitter Tools.
Powered by Twitter Tools.
Powered by Twitter Tools.
New:
Old (In previous patchset too):
Availability:
Feedback much appreciated.
I’m speaking at the upcoming VITTA conference.
Title:MySQL database administration for non DBAs
Abstract: MySQL is incredibly ubiquitous. MySQL database administrators are not everywhere; MySQL is. Often MySQL is run to power a small web site or two, an application or two, or run on a machine purely for someone else’s use (and the install made MySQL just work so you don’t have to care). This session goes over the things you need to know about your MySQL installations to keep them healthy without burdening you with work, including MySQL Basics, installation, security, backup, restore, performance and upgrades.
When: 12:15 PM, Wednesday 21 November 2007
Should be fun!
Powered by Twitter Tools.
Powered by Twitter Tools.
Powered by Twitter Tools.
So… stealing the idea from Peter, does anybody have any suggestions for MySQL Cluster related things to have at the UC next year (April)? Either leave a comment or email me (first name at mysql dot com).
Julie at Apress let me know that over at Bookpool: Practical MythTV: Building a PVR and Media Center PC they’re having a big sale of Apress titles, including Practical MythTV.
So over there now for (a bit) less than $15US you can get Practical MythTV. Pretty neat. So everybody should go buy two copies (buy one get one free… right? :)
At some point soon, I’ll even post how I go with upgrading my MythTV box to Ubuntu 7.10 (Gutsy)… once I gather up the courage to do so :)
So, I’ve upgraded two boxes: my laptop and my mail server.
Wrong:
The Awesome:
I’ve decided to publish my patch series. The goal of the -stew patches is to collect things I find interesting and that at some point could (should) make it into the main MySQL tree (even if others don’t think so).
It’s not designed for use in production.. I don’t really care if there’s failing test cases…. if it builds it’s perfect.
It includes the following which could be interesting:
Currently the additional engines have to be built separately in their storage/ENGINE directories. I have some preliminary patches to get them to build in-tree via the plug.in file, but it’s not finished (patches welcome).
This is all currently based off the 5.1-ndb tree. In future, it will likely be based off 5.1-telco.
 http://www.flamingspork.com/mysql/patch-5.1-ndb-stew1-20071016.patch.gz
and broken out in:
http://www.flamingspork.com/mysql/patch-5.1-ndb-stew1-20071016/
(including the not-quite-working ENGINE_in_tree_build patches)
Known to apply against this tree:
http://www.flamingspork.com/mysql/mysql-5.1-ndb-20071016.tar.bz2
Comments, thoughts, patches to include, all welcome!
I wouldn’t yet say “brilliant” but I’d certainly say “less crap”. I haven’t (yet) completely stabbed it for being stupid.
Today’s xkcd is just wonderful. I think we need giant ones of these on the wall of offices around the world.
I am very good at just staying up late to adjust to a timezone. I can do this fairly reliably. Going to the US and Europe can be done by this method (rather well). Coming back is another story though. Going to sleep at an earlier time (for me) doesn’t come easy. Grr…
Quick experiment with online changing of enabling/disabling compressed backups and local checkpoints (LCPs).
Backup is incredibly trivial and correct (even have some nodes do compressed, some not).
LCPs are a bit trickier when it comes to restore… currently how the code sits is that a block using the compressed file interface in NDBFS must specify if it wants to use the compressed read/write interface or not. So when you have LCPs that differ in compressed/non-compressed than the current config file setting, you’re not going to be able to restore them (although setting CompressedLCP=1 should let you restore either compressed or non-compressed LCPs).
At some point, I’ll probably move AsyncFile (our async file IO class) to just use azio alway, and modify azio to be transparent for non-compressed files…. I just have to fix up azio for direct io.
but I’m going to write it anyway…. “I think this is the best phone I’ve ever owned”. It’s about a device running Windows Mobile. Would I say it was “good”… hrrm… not sure… “okay” at least. It would be “very good” if syncing with my Linux desktop worked remotely easily.
One thing i love is that from the home screen (Welcome screen in WM5 language) you can start typing and you can choose to either dial that number, or choose from the search of your address book that just happened. Awesome. No jumping through menus just to search the address book!
If anyone knows how to make the in-built email client not do outlook style “include message in reply” and instead actually quote the message, i’d be rather grateful.
fring is also a rather cool IM/VoIP app that I can see myself making a fair bit of use of when on a WiFi network around the place (and IM on the go over GPRS).
I just have to go and get a 3G SIM card to make data work…
synce-registry -w HKLM Software/Microsoft/Internet\ Explorer/AboutURLs home ‘http://www.google.com.au/m’
Why you have to edit the registry to change the home page is certainly beyond me.