I have installed wordpress mu on my WAMP and everything worked out fine. Now I want to export my database to my newly hosted domain to be seen on the internet but whenever I access the site it would give me an Error establishing a database connection. I have changed some of the settings in wp-config.php to:
define('DB_NAME', 'singlesf_wpmu');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', '');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
define('VHOST', 'no');
$base = '/singlesf_wpmu/';
define('DOMAIN_CURRENT_SITE', 'singles4fun.com' );
define('PATH_CURRENT_SITE', '/singlesf_wpmu/' );
define('SITE_ID_CURRENT_SITE', 1);
define('BLOGID_CURRENT_SITE', '1' );