[Solved]: Removing old thumb_ files [Solved]: Removing old thumb_ files
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: Removing old thumb_ files

Started by Criss, September 02, 2009, 07:49:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Criss

Hello,

I have recreated all my thumbnails but now they're named 'tn_' instead of 'thumb_'. I would like to remove all thumb_ files from the server since I don't need them anymore and there's a lot of them. Can someone tell me what sql query should I use to do so?

phill104

You do not use an sql query to remove files. The files themselves are not stored in the database but on the hdd of the server.
It is a mistake to think you can solve any major problems just with potatoes.

Criss