Error message trying to install WP
-
Hi there,
I am trying to install WordPress and have come across this error that I have not seen before.
Warning: mysql_connect(): Can’t connect to local MySQL server through socket ‘/tmp/mysqld.sock’ (2) in /homepages/22/d542277703/htdocs/devsite/wordpress/wp-includes/wp-db.php on line 1416
Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.
Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.
The top part of this is what I am confused as to why this is an error. I have gone to line 1416 and this is what it shows.
if ( WP_DEBUG ) {
$this->dbh = mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, $new_link, $client_flags );So the question is do I need to change anything here or has something else happened?
Thanks,
Jacob.
- The topic ‘Error message trying to install WP’ is closed to new replies.