Hi,
Please note that the username and password required by the OSCPMWin application are the username and password used by osCommerce itself to connect to the MySQL database. If you don't remember or don't know what are that username and password, please check a file named "includes/configure.php" in your store server (you may need to download the file with FTP or SCP and then open it with a text editor to check it). In that file you will find the variables DB_SERVER_USERNAME and DB_SERVER_PASSWORD. Use their values (without the quotes). For example, in a test server I have here that file reads around the end:
Code:
define('DB_SERVER', '127.0.0.1');
define('DB_SERVER_USERNAME', 'storeuser');
define('DB_SERVER_PASSWORD', 'gj378njs9');
define('DB_DATABASE', 'tienda');
So, I would use
storeuser as username and
gj378njs9 as password in the OSCPMWin application.
Regards,
Mario A. Valdez-Ramirez.