mariovaldez.net

MV.net forums
It is currently 14 Jul 2016, 00:36

All times are UTC - 7 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 
Author Message
PostPosted: 23 Aug 2007, 08:12 
Can anyone help me with this issue ?
the username and password are good, but it keeps showing this error.

thanks,
Daniel


Report this post
Top
  
Reply with quote  
PostPosted: 02 Nov 2007, 06:26 
Getting same problems though the Username/ Password are correct - I do presume that the Username/ Password are the same we use for FTP/ logging onto OSC Admin.


Report this post
Top
  
Reply with quote  
PostPosted: 02 Nov 2007, 12:20 
User avatar

Joined: 06 Mar 2003, 03:21
Posts: 447
Location: Monterrey, NL, Mexico
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: 1020 - Thanks
PostPosted: 03 Nov 2007, 09:28 
Thanks a ton. It worked fine.


Report this post
Top
  
Reply with quote  
PostPosted: 11 Sep 2008, 21:56 
Thanks lot for this! It helped me.


Report this post
Top
  
Reply with quote  
PostPosted: 17 Sep 2008, 06:07 
Hi There,

My config.php file looks like this:

define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'hotpeppe_shop');
define('DB_SERVER_PASSWORD', 'shop');
define('DB_DATABASE', 'hotpeppe_shop');

Do I enter the host as local host or www.hotpeppershop.co.za?

Swannie


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 

All times are UTC - 7 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group