Jump to content

[SOLVED] Moving PS :: Database


Recommended Posts

I recently did a DB change and here is what I had to change to make the site work...hope it helps

 

define('__PS_BASE_URI__', '/'); (notice it is the root folder backslash - this is what I had to set it to, yours may be different)

 

define('_DB_NAME_', 'your DB name');

 

define('_DB_USER_', 'assigned user name');

 

define('_DB_PASSWD_', 'assigned password');

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...