Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help this ridiculous newb


Guest

Recommended Posts

Can anyone help me install OSC affilaite mod. i am having trouble with the very first thing to do. That is this part:

 

MySQL ALTERATIONS

 

Insert the new tables found in the affiliate.sql file into your osCommerce catalog database.

 

Please don't kill me. i have no idea how to do this because I used an auto installer for oscommerce found in cPanel

 

mic

Link to comment
Share on other sites

  • 2 weeks later...

It's not too hard, but you have to use the command line interface at your server.

 

Get to a command line in the directory where your affiliate.sql is located and use:

 

mysql osCommerce < affiliate.sql

 

If you have to provide additional login credentials to your mysql (depends on OS and config), try:

 

mysql -u [myUsername] -p[myPassword] osCommerce < affiliate.sql

 

Generally, you're trying to execute the affiliate.sql script against your database. For more information, check the mysql online regarding running scripts.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...