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)