Moving attachments from db to fs problem
I just moved the attachments from database to file system, and the database size is still big. It didnt reduce the database size.
How can I remove attachments from database?
I already tried clearing filedata table
update filedata set filedata='';
No members have liked this post.
|