Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What database settings should i enter for running on my loca


Guest

Recommended Posts

What database settings should i enter for running on my local machine?

 

// define our database connection

 define('DB_SERVER', ''); // eg, localhost - should not be NULL for productive servers

 define('DB_SERVER_USERNAME', 'mysql');

 define('DB_SERVER_PASSWORD', '');

 define('DB_DATABASE', 'catalog');

 define('USE_PCONNECT', 'false'); // use persistent connections?

 define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

?>

 

Thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...