Geekness – closer to the world

Geeky at the Lake of Zurich

PhpMyAdmin – Why I switched back to console

Sorry, but there is NO WAY I understand this mask
phpmyadmin-21193_1240861699066

Or can you explain to me, how I can search for something in this mask with several options to a field?
How to fix this:
mysql> SELECT domain, date FROM domains WHERE domain REGEXP '^[a-z]{4,12}?$' AND date = '4/27/2009' ORDER BY domain ASC;