Crallion Posted March 6, 2010 Share Posted March 6, 2010 Hi. I changed my the password for my MySQL DB that I use for osCommerce. Where is the file where I change the pass that osCommerce uses? I tried /catalog/admin/includes/functions/database.php, but that only references the DB details. Thanks, Crallion Link to comment Share on other sites More sharing options...
Guest Posted March 6, 2010 Share Posted March 6, 2010 Hi. I changed my the password for my MySQL DB that I use for osCommerce. Where is the file where I change the pass that osCommerce uses? I tried /catalog/admin/includes/functions/database.php, but that only references the DB details. Thanks, Crallion As i understood you changed password for MySQL, and u want to change the password in oSCommerce config files? if so here is the answer: 1) /catalog/admin/includes/configure.php 2) /catalog/cludes/configure.php change the line in both files: define('DB_SERVER_PASSWORD', 'my_new_password_in_here'); Link to comment Share on other sites More sharing options...
Crallion Posted March 6, 2010 Author Share Posted March 6, 2010 Yes, that is what I wanted. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.