예전에 사용했던 KorWeblog 란 툴을 이용해서 사이트를 구축한 적이 있었다. 그런데 9월 들어 대량의 글을 퍼부은 지라 phpMyAdmin 툴을 이용해 지우려고 했더니 시간이 너무 오래 걸린다.?
그래서 서버에 직접접속하여 해당 레코드들을 지우기 시작한다.?
# mysql -u root -p mysql?
mysql> use Newspaper;
mysql> delete from T_Stories where host='194.8.74.10';
Query OK, 1437 rows affected (3.77 sec)
mysql> delete from T_Stories where host='194.8.75.247';
Query OK, 1085 rows affected (1.20 sec)
mysql> delete from T_Stories where host='194.8.75.103';
Query OK, 138 rows affected (2.29 sec)
mysql> delete from T_Stories where host='194.8.75.245';
Query OK, 567 rows affected (4.21 sec)
mysql> delete from T_Stories where host='194.8.75.214';
Query OK, 404 rows affected (2.65 sec)
mysql> delete from T_Stories where host='89.223.15.68';
Query OK, 72 rows affected (1.34 sec)
mysql> delete from T_Stories where host='194.8.75.239';
Query OK, 325 rows affected (1.72 sec)
mysql> delete from T_Stories where host='194.8.75.212';
Query OK, 203 rows affected (1.34 sec)
mysql> delete from T_Stories where host='91.103.152.241';
Query OK, 47 rows affected (3.22 sec)
위에 해당하는 IP주소의 출처를 찾아보았다.?

organisation: ORG-DRAG1-RIPE org-name: Dragonara Alliance Ltd org-type: OTHER address: Geneva Place, Waterfront Drive, P. O. Box 3469, Road Town, Tortola, British Virgin Islands mnt-ref: DRAGONARA-MNT mnt-by: DRAGONARA-MNT source: RIPE # Filtered
국내주소가 아니라 위 whois 서비스를 이용해 보았다.
89.223.15.68 주소에 대한 결과는 아래와 같았다.
erson: Filip V. Arhangelov
address: Russia
address: Saint-Peterburg
address: Mayakovskaya 34 - 50
phone: +7(812)554-35-89
e-mail: archangel78@mail.ru
nic-hdl: Fva78-RIPE
remarks: Pliviledge User
source: RIPE # Filtered
음 쓸데없이 이렇게 스팸 댓글을 던지는 이유가 무엇일까 궁금해진다. 결국 곧바로 삭제당할 것을 알고 하는 것일까? ?암튼 근 5000여개의 쓸데없는 글이 붙어있는 사이트를 바라보자니 한숨이 나와 위와 같이 처리하니 일단 마음은 상쾌하다.?
mysql 은 쓰면 쓸수록 마음에 드는 DB다.?
덧글을 달아 주세요