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');