emsthings Posted February 23, 2004 Posted February 23, 2004 I am adding a product attribute module from the wiki side. I am not real sure how to do this. The code it says SQL To Be Executed In Your Database: ********************************************************************** ALTER TABLE `tex0003_tester`.`products_attributes` ADD `sort_order` INT DEFAULT '50' NOT NULL; How do I do this. Or is there an easier way to install this module other than editing thos code manually? I have dreamweaver which I use most of the time for this stuff. Anyway any help is much appericated. this is the module I am tring to install. http://www.oscommerce.com/community/contributions,1822 Thanks Jason
Guest Posted February 23, 2004 Posted February 23, 2004 install the mysql connector, (download from mysql.com) or phpmyadmin, both which allow you to connect to your database and execute the scripts on your database. or if you have shell access to mysql, then you can run directly from the shell.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.