[HCoop-Help] Wordpress Installation

Franklin Gordon Bynum frank at hcoop.net
Mon Oct 26 14:02:11 EDT 2009


On Mon, 26 Oct 2009 11:54:08 -0400, Adam Chlipala <adamc at hcoop.net>
wrote:
> Perhaps someone who has set up Wordpress can help.

Your wp-config file needs the following change:

/** MySQL hostname */
define('DB_HOST', 'localhost');

needs to be changed to 

/** MySQL hostname */
define('DB_HOST', 'mysql.hcoop.net');




More information about the HCoop-Help mailing list