Error establishing a database connection…??
-
Hi,
I’m trying to install wordpress to http://www.jottingdesigns.com. When I run http://jottingdesigns.com/wp-admin/install.php I get a message saying: “Error establishing a database connection.”
I think maybe I screwed up the wp-config part of the installation. This is what I have written in the file:
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘database_wordpress’);/** MySQL database username */
define(‘DB_USER’, ‘username_jotting’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘password_(my secure password prompted by blue host.com)’);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);Is this wrong? Have I been an idiot.
Thanks.
The topic ‘Error establishing a database connection…??’ is closed to new replies.