HGIGA Service Docs 
» 遊客:  註冊 | 登錄 | 統計 | 幫助
RSS 訂閱當前論壇  

上一主題 下一主題
       
標題: 如何快速清除EIP-webmailnew/CCMAIL郵件資料庫中的所有郵件  
 
service.support





UID 14
精華 0
積分 0
帖子 523
閱讀權限 200
註冊 2006-10-2
狀態 離線
如何快速清除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]#  這樣就大功告成囉
2006-10-2 14:23#1
查看資料  Blog  發短消息  Yahoo!  頂部
       


  可打印版本 | 推薦給朋友 | 訂閱主題 | 收藏主題  


 

   Powered by Discuz! 4.1.0  © 2001-2006 Transformed by wxxslt for HGIGA Inc. / Service Support
Processed in 0.018005 second(s), 6 queries , Gzip enabled

所有時間為 GMT+8, 現在時間是 2024-11-23 08:57