define('DB_NAME', 'wordpress');
define('DB_USER', 'wordpress');
define('DB_PASSWORD', '');
define('DB_HOST', 'localhost');
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
define('VHOST', 'yes');
$base = '/wordpress-mu/';
define('DOMAIN_CURRENT_SITE', 'localhost.localdomain' );
define('PATH_CURRENT_SITE', '/wordpress-mu/' );
define('BLOGID_CURRENT_SITE', '1' );
I want to make few things clear.Above is the automatically created config file in the process of installing.
I tried to create new user,n database with password. like user-tara, database-tara,password-user1
n then installed. finally,I got Error in establishing connection . After this, i deleted the config file.
created new user:wordpress,new pwd:user1,database:wordpress in phpadmin.
Then started installing.It automatically asked for config file details. I gave the same. It got installed. immediate step was to login, I got the same error again. :(
pls,help me with this.