JK Web Studio is a small web design studio, specializing in efficient and user friendly solutions.

Contact us at info@jkwebstudio.com

Archive for the ‘windows’ Category

Adding field to existing MySQL table

Thursday, October 15th, 2009

alter table table_name add new_field_name int(2) default 0;

more apache setup

Saturday, July 28th, 2007

As a follow-up to my previous post about setting up apache, php and mysql on windows vista, here are some useful links:

Setting Up Multiple Apache Local Web Sites On Your Computer

Changing your hosts file in Vista

Installing Apache, MySQL and PHP on Windows Vista

Tuesday, July 17th, 2007

When installing Apache, MySQL and PHP on Windows Vista, remember to disable User Account Control:

  1. Run MSCONFIG from the run/search menu.
  2. Select the Tools tab.
  3. Select Disable UAC and press Launch
  4. Restart computer

Instead of installing Apache, MySQL and PHP separately, I ended up installing the WAMP Server, which went very smoothly. You may have to restart your computer one more time before PHP sees your MySQL server.