config.php help - database user & password

Hello all,

Just had a website switch domains and now I can no longer access the Joomla admin. I have the problem narrowed down to the database and I think it has to do with the config.php
I’ll paste it here, BTW I am very new at this so struggling a bit. How would I add a user and password?

public $MetaRights = ‘’;
public $MetaTitle = ‘1’;
public $MetaVersion = ‘0’;
public $access = ‘1’;
public $cache_handler = ‘file’;
public $cachetime = ‘15’;
public $caching = ‘0’;
public $captcha = ‘0’;
public $cookie_domain = ‘’;
public $cookie_path = ‘’;
public $db = ‘i2375775_jos2’;
#public $dbprefix = ‘jos_’;
public $dbprefix = ‘cpgcl_’;
public $dbtype = ‘mysql’;
public $debug = ‘0’;
public $debug_lang = ‘0’;
public $display_offline_message = ‘1’;
public $editor = ‘jce’;
public $error_reporting = ‘default’;
public $feed_email = ‘none’;
public $feed_limit = ‘10’;
public $force_ssl = ‘0’;

Sponsor our Newsletter | Privacy Policy | Terms of Service