Cool T-shirts

If you are one of the people who hang out around the places I hang out, you should already know I have some funny t-shirts like this. Well, this is about funny t-shirts I got to see worn by my friends, and had a chance to take a photo of.

  • First one, from Vlad Gorgan, one of the bigshots at Trilulilu.ro: “I hate my clothes, Can you help me undress?

 img00143.jpg

  • Second one, belongs to Lorand Peli, good friend of mine: “Hamburgers are made of WHAT!?

 img00197.jpg

  • Third one, from Dan Groza, good friend, and colleague from SimpliQ Media & Technology:”If I’d give a crap, you’d be the first one I’d give it to!

img00198.jpg

The pictures were taken with a BlackBerry 8100 Pearl, in not so good lighting conditions, so please excuse the quality.

mysql crashes…

So, what do you do when you get this from your logs?

I/O error reading the header from the binary log

Obviously the binary logs are broken, or at least the last one is. They are usually located in /var/logs/mysql/ and you should not start copying over some old logs with the new name because that would just not make it right, so the solution is,

  1. read your logs and see which *.bin file is corrupted
  2. delete it
  3. open /var/log/mysql/mysql-bin.index and delete the line with the bin file on it.
  4. Restart mysql

et voila 🙂