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?
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.
I see, thanks for reply.