• Or wp-config.php file located in your user name or password can not access your database server in the wrong position or 94.73.150.239. Database on your server can be closed.

    Are you sure you are using the correct username and password?
    Are you sure you have typed the correct server address?
    Are you sure that the database server is running?
    These are what you contact your service provider if you do not know what it will be to your advantage. If you still need help you can use the WordPress support forums.

    http://www.webiktisat.net/

Viewing 2 replies - 1 through 2 (of 2 total)
  • As stated, the main cause is that you’ve got the database details wrong in your wp-config.php file. You should contact your hosting company to double-check these. If they seem right you’d also then need to ask your hosting company why you can’t connect to the database server on your account.

    Hey Mustafa,

    Do check your username and password for the database you are using for WordPress.

    You will need to edit ‘wp-config.php’ file in WordPress directory.

    /** MySQL database username */
    define( ‘DB_USER’, ‘username_here’ ); // Your DB username here

    /** MySQL database password */
    define( ‘DB_PASSWORD’, ‘password_here’ ); // Your DB passowrd here

    /** MySQL hostname */
    define( ‘DB_HOST’, ‘localhost’ );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘An error occurred while establishing a database connection’ is closed to new replies.