Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Choosing Database


Nblufire12

Recommended Posts

Posted
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?

Posted

what is osC?

 

instead of going thru all this trouble

 

its really just about my theme

 

how do I install a new theme without losing my customers and my item database?

Archived

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

×
×
  • Create New...