Quantcast
Channel: Topic Tag: database | WordPress.org
Viewing all articles
Browse latest Browse all 11077

hosalli on "DB_HOST of net4india server"

$
0
0

I am trying to install through wp-admin/install.php and I am getting this error.

Error establishing a database connection

The mysqladmin page given by my Hosting Provider is http://mysqlwin1.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', 'password'); // ...and password
define('DB_HOST', 'http://mysqlwin1.net4india.com');

I tried changing the Host to localhost and ip address but no luck. But I am able to login to Mysqladmin with the same details.


Viewing all articles
Browse latest Browse all 11077