Title: Installing WordPress 4.6
Last modified: September 1, 2016

---

# Installing WordPress 4.6

 *  [dash74](https://wordpress.org/support/users/dash74/)
 * (@dash74)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/installing-wordpress-46/)
 * Hi,
 * I get an error installing WordPress 4.6 on IIS (Windows 2012 R2) / PHP 5.6 and
   MySql 5.6.30).
    Specifically “WordPress errore database Unknown column ‘wp_’ 
   in ‘field list’ ” by the section below on \wp-admin\setup-config.php:
 *     ```
       $wpdb->query( "SELECT $prefix" );
       if ( ! $wpdb->last_error ) {
       // MySQL was able to parse the prefix as a value, which we don't want. Bail.
       wp_die( __( '<strong>ERROR</strong>: "Table Prefix" is invalid.' ) );
       }
       ```
   
 * If I remove this section, I’m able to complete the installation.
 * Any idea?
 * Thanks in advance

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

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/installing-wordpress-46/#post-7697882)
 * > If I remove this section, I’m able to complete the installation.
 * You mean remove the section in \wp-admin\setup-config.php?
 * If so, as the adage goes, don’t modify core files. Modifications can cause:
    –
   security risks, – performance degradation, – broken plugins/themes, – you will
   lose all changes when you next update the WordPress, etc.
 * Useful codex guides:
    [https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/](https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/)
   [http://codex.wordpress.org/Installing_WordPress#Installing_WordPress_on_your_own_Computer](http://codex.wordpress.org/Installing_WordPress#Installing_WordPress_on_your_own_Computer)
   [http://codex.wordpress.org/WordPress_Installation_Techniques#Installing_WordPress_Locally](http://codex.wordpress.org/WordPress_Installation_Techniques#Installing_WordPress_Locally)
   [https://codex.wordpress.org/Installing_WordPress](https://codex.wordpress.org/Installing_WordPress)
 *  Thread Starter [dash74](https://wordpress.org/support/users/dash74/)
 * (@dash74)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/installing-wordpress-46/#post-7697949)
 * Hi Tara,
 * okay, I am aware of this, but I want to know if someone is engaged with this 
   and what type of error or condition is.
    “wp_” isn’t a value and I think it’s
   still the default table prefix in a new WordPress installation.
 * Thanks for your kind cooperation

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

The topic ‘Installing WordPress 4.6’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 2 replies
 * 2 participants
 * Last reply from: [dash74](https://wordpress.org/support/users/dash74/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/installing-wordpress-46/#post-7697949)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
