ITC 280 assignment six

07.19.2011

Time spent one hour

Tasks

  • Added header and footer to DB_test.php
  • inserted SQL code to pull data from database
  • set up my MySQL database on dreamhost
  • created a new DB_test_dreamhost.php for my dream host version
  • updated file description spreadsheet
  • updated blog which I am doing now for this assignment

Problems

  • Was having a problem accessing database via phpMyAdmin with dreamhost
  • it wasn’t showing up right after I created the database
  • apparently, I was logged in as a user without permissions to the database that I had just created
  • I need to logout and log back in as the correct user that had permissions
  • it is quite confusing sometimes to manage the same site on two different servers
  • I wonder what is the best way to go about that