On Mon, 26 Oct 2009 11:54:08 -0400, Adam Chlipala <[email protected]>
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');


_______________________________________________
HCoop-Help mailing list
[email protected]
https://lists.hcoop.net/listinfo/hcoop-help

Reply via email to