View Single Post
  #1  
Old 10-25-2006, 01:52 PM
 
chiaze chiaze is offline
 

Member
  
Join Date: Sep 2006
Posts: 13
 

Default Zoomify installation help

Hi - I have been working on my XCart site armed with basic HTML knowledge, but am still new to this Ecommerce/Database thing.

So I just got the Zoomify mod, and I can handle every installation aspect except for this:

"1) Patch your database with the following SQL...

ALTER TABLE `xcart_products` ADD `zoomified1` CHAR( 1 ) NOT NULL DEFAULT 'N';

ALTER TABLE `xcart_products` ADD `zoomified2` CHAR( 1 ) NOT NULL DEFAULT 'N';

ALTER TABLE `xcart_products` ADD `zoomified3` CHAR( 1 ) NOT NULL DEFAULT 'N';

ALTER TABLE `xcart_products` ADD `zoomified4` CHAR( 1 ) NOT NULL DEFAULT 'N';"

What does it mean to patch your database? Does this refer to MySQL? Would appreciate if someone could provide some step-by-step instructions to complete those actions.
__________________
v 4.0.19
Reply With Quote