• I have have wordpress installed on my domain, i would like to install to install wordpress on two subdomains. I would like to be able to use the MySql Database located on my domain w/ the two wordpress on the subdomains. I know I would need to change the Database Prefix, but would the database location still be Localhost??

Viewing 1 replies (of 1 total)
  • If you are going to use the same database for mutliple WordPress installs, then you would just need to use a different $table_prefix in each wp-config.php. The DB_HOST, DB_NAME, DB_USER, and DB_PASSWORD would be the same in all cases. So, assuming localhost is the correct setting, then yes, DB_HOST would be the same in all your wp-config.php files.

Viewing 1 replies (of 1 total)
  • The topic ‘Single Database on Multiple Subdomains’ is closed to new replies.