Error establishing a database connection
-
I am trying to install through wp-admin/install.php and I am getting this error.
The mysqladmin page given by my Hosting Provider is https://mysqladmin.net4india.com through which I am able to login with my DBUsername and DBPassword. But the same is not working through PHP. My WP-Config.php details are as follows :
define(‘DB_NAME’, ‘TestDB’); // The name of the database
define(‘DB_USER’, ‘DBUsername’); // Your MySQL username
define(‘DB_PASSWORD’, ‘WordPress’); // …and password
define(‘DB_HOST’, ‘https://mysqladmin.net4india.com’);I tried changing the Host to localhost but no luck. But I am able to login to Mysqladmin with the same details.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Error establishing a database connection’ is closed to new replies.