Guest Posted February 18, 2004 Share Posted February 18, 2004 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 More sharing options...
hokeac Posted February 28, 2004 Share Posted February 28, 2004 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.