Tag Archives: MySql

Moving this blog from Dreamhost to Linode

This post is in continuation to my earlier post which simply mentions the move of this blog from Dreamhost to Linode and this post is an attempt to expound on a little bit of the details and the experience. This … Continue reading

Posted in Programming | Tagged , , , , , , | Leave a comment

Install mysql, pg gems with bundler 0.9.x

If you use ruby on rails, at some point you have to install mysql and pg gems (no offences to sqlite) and for some reason I keep forgetting the whole install procedure. Silly me! This post is dedicated to the … Continue reading

Posted in Rails | Tagged , , , | Leave a comment

My trivial mistake using MySql with Rails

Well as you know I did a fresh installation of ruby and rails on my system. SO I created the database and tried retreving the records from it and for some reason it threw numerous “access denied” errors and it … Continue reading

Posted in MySql, Rails | Tagged , | 1 Comment

Tryst with WordPress

It took me a long time to install my local copy of wordpress. Problem: For some reason the PHP install failed to recognise the existence of mysql on my machine and gave the following error “Your PHP installation appears to … Continue reading

Posted in Apache, MySql, PHP, Programming, Windows | Tagged , , , , | 11 Comments