I installed apache and MySQL on my Windows XP laptop by using WampServer. It’s convenient for setting up a local development environment. I’m creating a Rails application and ran “rake db:migrate” to create the database tables for my project. When I did so, I got the following: rake db:migrate –trace ** Invoke db:migrate (first_time) ** [...]