This solved my issue… http://ww.wp.xz.cn/support/topic/error-establishing-a-database-connection-171
My Database did not have the correct SITE URL in the following wp_options table:
UPDATE YOUR DATABASE NAME.wp_options SET option_value = ‘http://YOURURL’ WHERE wp_options.option_id =2 LIMIT 1 ;