0.8.6版本还有个cluebringer 库 ,这个大概用途是干嘛的?
mysql> use cluebringer
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+---------------------------+
| Tables_in_cluebringer     |
+---------------------------+
| access_control            |
| amavis_rules              |
| checkhelo                 |
| checkhelo_blacklist       |
| checkhelo_tracking        |
| checkhelo_whitelist       |
| checkspf                  |
| greylisting               |
| greylisting_autoblacklist |
| greylisting_autowhitelist |
| greylisting_tracking      |
| greylisting_whitelist     |
| policies                  |
| policy_group_members      |
| policy_groups             |
| policy_members            |
| quotas                    |
| quotas_limits             |
| quotas_tracking           |
| session_tracking          |
+---------------------------+
20 rows in set (0.00 sec)

mysql>

==== 必填信息。没有填写将不予回复 ====
- iRedMail 版本号:0.9.4
- 使用哪个数据库存储用户帐号(OpenLDAP,MySQL,PostgreSQL):mysql
- 使用的 Linux/BSD 发行版名称及版本号:ubuntu1404
- 与您的问题相关的日志信息:
====

想了解下contactgroupmembers   contactgroups     contacts  这三个表的用途?谢谢!

==== 必填信息。没有填写将不予回复 ====
- iRedMail 版本号:iRedMail-0.8.6
- 使用哪个数据库存储用户帐号(OpenLDAP,MySQL,PostgreSQL):mysql
- 使用的 Linux/BSD 发行版名称及版本号:CentOS release 6.4 (Final)
- 与您的问题相关的日志信息:
DATABASE ERROR: CONNECTION FAILED!

Unable to connect to the database!
Please contact your server-administrator.
====

问题由来:想把现有的iredmail邮件服务器整体迁移至另一台服务器
已做如下迁移工作:1.新服务器安装了同版本的iredmail
                              2.已经把旧邮件服务器数据库的备份文件导入到了新邮件服务器数据库
                              3.拷贝了iRedMail.tips里提到的配置文件到新邮件服务器
问题现象:登录webmail不上去,报错
                 DATABASE ERROR: CONNECTION FAILED!

                 Unable to connect to the database!
                 Please contact your server-administrator.
请提供迁移服务器的一般思路和必要步骤,多谢!