Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

user, pw using easyphp


Salvo

Recommended Posts

Posted

Hi,

Using the easyphp, what the bolow would be?

 

 

define('DB_SERVER_USERNAME', '');

define('DB_SERVER_PASSWORD', '');

define('DB_DATABASE', 'catalog');

 

Thans

Posted

define('DB_SERVER_USERNAME', 'root'); 

define('DB_SERVER_PASSWORD', ''); 

define('DB_DATABASE', 'catalog');

 

Username 'root' does not require a password. You must define the DB_DATABASE as whatever you named your database when you created it..... :shock:

Archived

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

×
×
  • Create New...