Title: Error while install wordpress
Last modified: August 31, 2016

---

# Error while install wordpress

 *  [davidtost78](https://wordpress.org/support/users/davidtost78/)
 * (@davidtost78)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/error-while-install-wordpress/)
 * Hello, I have still problem with installation wordpress, when I type my MySQL
   username and password, I got message error check wp-config.php, something like
   that.

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/error-while-install-wordpress/#post-7444358)
 * [https://codex.wordpress.org/Installing_WordPress](https://codex.wordpress.org/Installing_WordPress)
 *  [themepro8](https://wordpress.org/support/users/themepro8/)
 * (@themepro8)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/error-while-install-wordpress/#post-7444418)
 * Is your web hosting server and MySQL in separate server? If so, do you configure
   your MySQL so the web server can access your MySQL database? You can create a
   simple php file to test MySQL connection if necessary:
 * <?php
    $servername = “your_server”; $username = “username”; $password = “password”;
 * // Create connection
    $conn = new mysqli($servername, $username, $password);
 * // Check connection
    if ($conn->connect_error) { die(“Connection failed: ” . 
   $conn->connect_error); } echo “Connected successfully”; ?>
 *  [Imran Mondal](https://wordpress.org/support/users/imondal007/)
 * (@imondal007)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/error-while-install-wordpress/#post-7444462)
 * Please upload a screenshot
 *  [Khan](https://wordpress.org/support/users/farrukh86/)
 * (@farrukh86)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/error-while-install-wordpress/#post-7444535)
 * Hello,
    Can you please post the **Error Message** you are getting?
 *  [mdowden](https://wordpress.org/support/users/mdowden/)
 * (@mdowden)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/error-while-install-wordpress/#post-7444572)
 * If you can FTP to your host, check if you have the wp-config.php file in the 
   root folder of the wordpress directory. Open that file and make sure the information
   in that file is accurate.
 * If not, you should have a file wp-config-sample.php.
 * Open that file, insert the correct information and then save that file as wp-
   config.php
 * You really shouldn’t have to do any of this if during the web-based install, 
   however this might get you moving towards a good install.
 *  [vizwa](https://wordpress.org/support/users/vizwa/)
 * (@vizwa)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/error-while-install-wordpress/#post-7444574)
 * Ideally wordpress gives the error message like ‘Error establishing database connection’,
   when database not configured properly. So try checking DB credentials once again.
   
   Also check your Hosting (localhost at most cases) if it has hosted at different
   server.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/error-while-install-wordpress/#post-7444575)
 * People! It’s been a week since the OP posted. If you are looking for topics that
   could benefit from your help, try looking in [https://wordpress.org/support/view/no-replies](https://wordpress.org/support/view/no-replies)
   instead of piling in on this one.
 *  [MagikCommerce](https://wordpress.org/support/users/magikcommerce/)
 * (@magikcommerce)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/error-while-install-wordpress/#post-7444576)
 * Please have a look over below thread-
    [http://codex.wordpress.org/Common_WordPress_Errors](http://codex.wordpress.org/Common_WordPress_Errors)
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/error-while-install-wordpress/#post-7444577)
 * [@magikcommerce](https://wordpress.org/support/users/magikcommerce/),
 * Have you had chance to read [@esmi](https://wordpress.org/support/users/esmi/)’
   s reply above?

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Error while install wordpress’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 9 replies
 * 9 participants
 * Last reply from: [t-p](https://wordpress.org/support/users/t-p/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/error-while-install-wordpress/#post-7444577)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
