John Hunt's web log | Open source, Linux, Developer tips, Beer, Whatever

Archive for August 2009

Aug/09

21

Schöfferhofer Hefeweizen

Beer

Today’s beer, Schöfferhofer Hefeweizen is another German beer (there seems to be a few of these around at the moment.)

I drank this wheatbeer from a 500ml bottle. Apparently the fermentation is finished in the bottle.

Surprising at first, before the carbonation ruins it. I also suspect this beer is best drank a few degrees warmer than fridge temp.

Schöfferhofer Hefeweizen certainly isn’t that easy to categorise, the flavour feels like it’s hidden in there somewhere but won’t come out. Dissapointing really as it could have been pretty good.

Apparently this beer won a gold medal! Obviously I have no idea what I’m talking about.

Not a great review, but then not a beer that really stood out to me. 5/10 – Not foul by any means, but meh.

No tags

Aug/09

20

Fürstenberg

BottleI thought it was about time I started reviewing some beer, at least as a reference for myself when I’m next out shopping for beer. In time I’ll start to do this properly, but for now it’s just a quick summary.

Today’s beer is Fürstenberg a 5.3% lager from Germany.

Approx. $18 for 6 330ml bottles from my local store. This is a german beer, and tastes very much like the beer we had at the world cup in Germany in 2006, so it brings back font memories for me. The first thing I’d note about Fürstenberg is that it goes down extremley well, it doesn’t seem too carbonated and there’s no bitterness to it at all, faily refreshing although not very sharp. This beer is lacking in flavour a bit, but then again it’s the kind of beer that isn’t meant to have a lot of flavour, it’s a real drinking beer – so I’m now off to drink the other 5!

I’ll hopefully revisit this review once I gain more experience and write some proper reviews. But for now, as a personal reference I’ll give this beer a solid 7/10 – it’s a good beer, but lacks anything special. Certainly better than most of the beer I seem to drink.

No tags

Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in /blah/somepage.php on line 123

The reason for this warning is because PHP4 can’t communicate with a MySQL5 server unless it’s using old passwords (set by using the OLD_PASSWORD() function below.)

There are two simple ways to fix this. The first would be to upgrade your version of php. Unless you *really* need php4 (or below?!) upgrade! I’m not sure php4 is supported any more and should be considered a security risk. If you can’t upgrade, just do this in your database:

update mysql.user set password=OLD_PASSWORD('thepassword') where user = 'theusername';
and:
flush privileges;

This should do the trick. Be warned, if you issue any GRANT statements after this you will have to update mysql.user again.

No tags

Find it!

Theme Design by devolux.nh2.me