Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
273 views
in Plugins by
closed by

Can I delete entries from qa_blobs when I am sure that those images are not used in any question or post?

 

Actually I did so, but clicking on "filename" now (to sort the entries) returns:

MySQL returned an empty result set (i.e. zero rows).

?

 

The mysql for sorting is:

SELECT *
FROM `qa_blobs`
ORDER BY `qa_blobs`.`filename` ASC
LIMIT 300 , 30

// 300 ? strange

 

Update: Now sorting works, I logged out, and cleared the cache of my browser.

closed with the note: solution found
...