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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘bluehost upload settings’ is closed to new replies.