Jump to content

How do I restore MySQL connection


Chris Rosenau
 Share

Recommended Posts

Not sure I understand. You can simply re-upload a new site/config.php file to the server, from a fresh PW installation, i.e. edit lines 219-223:

$config->dbHost = 'localhost';
$config->dbName = 'foo';
$config->dbUser = 'bar';
$config->dbPass = 'asdfasdfasdf';
$config->dbPort = '3306';
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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...