Title: bluehost upload settings
Last modified: August 18, 2016

---

# bluehost upload settings

 *  Resolved [cptwcn](https://wordpress.org/support/users/cptwcn/)
 * (@cptwcn)
 * [19 years ago](https://wordpress.org/support/topic/bluehost-upload-settings/)
 * what are the settings that need to be in the wp-config.php file if using bluehost?
   specifically the db_host field.
    thanks.
 * <?php
    // ** MySQL settings ** // define(‘DB_NAME’, ‘information_schema’); //
   The name of the database define(‘DB_USER’, ‘_???????_‘); // Your MySQL username
   define(‘DB_PASSWORD’, ‘_ got this’); // …and password define(‘DB\_HOST’, ‘????????’);//
   99% chance you won’t need to change this value
 * // You can have multiple installations in one database if you give each a unique
   prefix
    $table_prefix = ‘wp1’; // Only numbers, letters, and underscores please!

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

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [19 years ago](https://wordpress.org/support/topic/bluehost-upload-settings/#post-557631)
 * DB_HOST will be localhost.
    DB_NAME will be something like youraccountname_xxxxx
   DB_USER will be something like youraccountname_xxxxxxxx
 *  Thread Starter [cptwcn](https://wordpress.org/support/users/cptwcn/)
 * (@cptwcn)
 * [19 years ago](https://wordpress.org/support/topic/bluehost-upload-settings/#post-557633)
 * i got the DB_HOST right
    what would the “xxxxxx” signify for DB_NAME and DB_USER?
 *  [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * (@doodlebee)
 * [19 years ago](https://wordpress.org/support/topic/bluehost-upload-settings/#post-557634)
 * The database name and the username you’ve created. You need to log into your 
   control panel and look for the area where you can create a database. Then create
   one. Then you need to create a username and password to associate with the database.
   so the “xxxxx” would signify whatever name *you* gave to the database and user
   for that database (and the password – because you create that, too)

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

The topic ‘bluehost upload settings’ is closed to new replies.

## Tags

 * [settings](https://wordpress.org/support/topic-tag/settings/)
 * [Setup](https://wordpress.org/support/topic-tag/setup/)

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 3 replies
 * 3 participants
 * Last reply from: [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * Last activity: [19 years ago](https://wordpress.org/support/topic/bluehost-upload-settings/#post-557634)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
