alter table table_name add new_field_name int(2) default 0;
Archive for the ‘windows’ Category
Adding field to existing MySQL table
Thursday, October 15th, 2009more apache setup
Saturday, July 28th, 2007As a follow-up to my previous post about setting up apache, php and mysql on windows vista, here are some useful links:
Installing Apache, MySQL and PHP on Windows Vista
Tuesday, July 17th, 2007When installing Apache, MySQL and PHP on Windows Vista, remember to disable User Account Control:
- Run MSCONFIG from the run/search menu.
- Select the Tools tab.
- Select Disable UAC and press Launch
- 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.