HOw do I easily access my previous posts? I wasn't sure if it was a setting in my account...I've had to scroll to my previous posts.
I hope this is the information you need...this is the info I changed. I even tried recreating the database (adding a new db) in my control panel, fixing the username and password. Is there other info I should change? I have used Dreamweaver to change and save my php files, is this ok? I have read that Notepad++ works better?? Thank you again!
// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', '');
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'XXX');
define('DB_SERVER_PASSWORD', 'XXX');
define('DB_DATABASE', 'XXX');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage



