Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Database password has been changed...


gimhan90

Recommended Posts

Posted

Hi folks,

 

Today i had to change the osCommerce/catelog database user passowrd . So After that in order to reflect that change , I edited the configure.php (../catalog/admin/includes/) and changed the database password entry with entrying the new password..

 

// define our database connection

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

define('DB_SERVER_USERNAME', 'root');

define('DB_SERVER_PASSWORD', 'newpassword');

define('DB_DATABASE', 'catalog');

define('USE_PCONNECT', 'true'); // use persisstent connections?

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

 

 

Opps.... . After the change of the "configure.php", i tried to connect to application . but I was unable to connect to the application and system thorowed a following error .

"Unable to connect to database server!"

 

Can u pls guide me how to revoke that and how to up the application ?

 

Thx,

Gimhan

Archived

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

×
×
  • Create New...