Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Choosing Database


Nblufire12

Recommended Posts

hey guys

 

how do i let oscommerce link to a database that is a backup from another server?

 

Hi

 

look in admin/includes/configure.php and includes/configure.php

 

// define our database connection

define('DB_SERVER', '');

define('DB_SERVER_USERNAME', 'mysql');

define('DB_SERVER_PASSWORD', '');

define('DB_DATABASE', 'osCommerce');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', '');

?>

 

 

 

but the backup has to be a osC?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...