WickEd101
12-15-06, 09:37 AM
Hi all.
Just trying to setup my blog. It's not working for me.
I am using Word Press and have created a database "wpwicked" with username "wicked" and password *****. When I filled in the wp-config.php file, this is what's there
define('DB_NAME', 'wpwicked'); // The name of the database
define('DB_USER', 'wicked'); // Your MySQL username
define('DB_PASSWORD', '*****'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
Password is fine but still, upon opening this file in my browser I get an "Error establishing a database connection". I am running this from a subdirectory. Apart from that, everything's perfect and somewhat unexplainable to me.
Is Wordpress usually an issue here folks?
DB_HOST... is that variable set right? That's my only concern. Thanks guys.
Just trying to setup my blog. It's not working for me.
I am using Word Press and have created a database "wpwicked" with username "wicked" and password *****. When I filled in the wp-config.php file, this is what's there
define('DB_NAME', 'wpwicked'); // The name of the database
define('DB_USER', 'wicked'); // Your MySQL username
define('DB_PASSWORD', '*****'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
Password is fine but still, upon opening this file in my browser I get an "Error establishing a database connection". I am running this from a subdirectory. Apart from that, everything's perfect and somewhat unexplainable to me.
Is Wordpress usually an issue here folks?
DB_HOST... is that variable set right? That's my only concern. Thanks guys.