Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please help: N00b question with mysql


Guest

Recommended Posts

Hello,

 

I am trying to install the Attributescopier contribution.

 

In the Readme it says:

 

2) run the sql statements in change.sql (using your mysql interface of choice).

 

The change.sql says:

 

ALTER TABLE products_attributes ADD products_options_sort_order int(6) NOT NULL default '0' AFTER price_prefix;

ALTER TABLE products_options_values_to_products_options ADD products_options_values_sort_order int(6) NOT NULL default '0' AFTER products_options_values_id;

 

What and how to do now?

Link to comment
Share on other sites

well as you stated already:

 

(using your mysql interface of choice) e.g. phpmyadmin and run this file

 

what happens then, is that the tables will be altered by the script

thats all

 

or didn't I get yr question?

dahui

Link to comment
Share on other sites

well as you stated already:

 

(using your mysql interface of choice) e.g. phpmyadmin and run this file

 

what happens then, is that the tables will be altered by the script

thats all

 

or didn't I get yr question?

dahui

I didn't knew how to run a file in phpmyadmin :)

 

But a friend helped me out. :blush:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...