Tag Archives: MySQL

Howto reinstall mysql-server on Ubuntu (Lucid)

After messing around with mysql-server a bit too much lately, I’ve managed to break it completely. So much so, in fact, that I couldn’t just reinstall it.. It took quite a bit of time before I figured out the only working method for me to reinstall properly. First I run a sudo dpkg -l |grep [...]

My Zend Framework Test Project

I’ve been experimenting with Zend Framework (ZF) for some time now at home to try and expand my knowledge of PHP and in particular MVC patterns. I must say it took me quite a while to understand how ZF works exactly, but now the rewards are starting to come in! I’ve been building a Google [...]