How can I delete 90000 session in UM 4

need help to delete 90000 sesssion in UM 4, i cannot rebuild Database because it is to fat..:frowning:

they r ashamed coz they don’t have solution so don’t keep asking same question again n again

Make a script?

Make a while-loop that use “get” to retrieve the id and then use it to remove the post. Shouldn’t be any problem.

should work for UM4 http://forum.mikrotik.com/t/cant-remove-userman-logs/18531/12

it is not working my database is now 234mb big…what can i DO??

use this script

:foreach i in=[/tool user-manager session find] do { /tool user-manager session remove $i; }

or this script

/tool user-manager session remove [find]

all of it works with me