Board logo

標題: 如何快速清除EIP-webmailnew/CCMAIL郵件資料庫中的所有郵件 [打印本頁]

作者: service.support    時間: 2006-10-2 14:23     標題: 如何快速清除EIP-webmailnew/CCMAIL郵件資料庫中的所有郵件

[這個僅適用於資料庫未分割的前提下才能使用, 目前使用中的主機幾乎都已經分割資料庫, 所以大多已經無法適用]

(如果是要快速清除某部分日期信件, 這個方法就無法適用)

如何快速清除EIP-webmailnew/CCMAIL郵件資料庫中的 "所有郵件", 又不會動到Mail Account及相關的設定?

1. 請先用SSH連線到 EIP-webmailnew/CCMAIL, 或直接到Console端, 用root帳號登入 !!
2. 執行下面的指令 :
[root@ccmail root]#mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 37926 to server version: 4.0.18-standard

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use webmailnew;
Database changed
mysql> delete from Attach;
Query OK, 4208 rows affected (1.98 sec)

mysql> delete from MailData;
Query OK, 3109 rows affected (3.33 sec)

mysql> delete from MailInfo;
Query OK, 1930 rows affected (0.01 sec)

mysql> delete from MailRef;
Query OK, 1741 rows affected (0.01 sec)

mysql> delete from Statics;
Query OK, 8805 rows affected (0.00 sec)

mysql> exit
Bye
[root@ccmail root]#  這樣就大功告成囉




歡迎光臨 HGIGA Service Docs (http://docs.hgiga.com/Discuz4/) Powered by Discuz! 4.1.0