PDA

View Full Version : Installing osCommerce manually



agcssautomotive.com
02-04-2007, 07:30 PM
How to install osCommerce manually? :(


What do I enter for Databse Server, Username, Password, Database Name?

When I create a database and enter that name it says unable to connect!

dkinzer
02-04-2007, 08:07 PM
What do I enter for Databse Server, Username, Password, Database Name?
Use 'localhost' for the database server, i.e.

define('DB_SERVER', 'localhost');For the other db parameters, use the ones that correspond to the database that you created.