Unable To Connect To Mysql
-
Im getting the standard unable to connect message when trying to install.
“Error establishing a database connection”
URL is https://www.victorialynn.co.uk/wordpress/wp-admin/install.php
I have checked all the mysql settings in the config file, and didnt have any problems connecting to the mysql server using the mysql administator program. I’ve even tried connecting to a mysql server which i know works. All give me the same message.
Here is my config file.
define(‘DB_NAME’, ‘wordpress’); // The name of the database
define(‘DB_USER’, ‘HIDDEN’); // Your MySQL username
define(‘DB_PASSWORD’, ‘HIDDEN’); // …and password
define(‘DB_HOST’, ‘sip1.sippal.com’); // 99% chance you won’t need to change this valueIve tried putting the port number in too, but no luck.
Any ideas? Could it be a PHP problem? Other PHP scripts running on the server can access mysql servers without any problems.
Thanks for your help
Dan Journo
[sig moderated]
- The topic ‘Unable To Connect To Mysql’ is closed to new replies.