There is building up issue in some database tables and my database has been massively enlarged and I have found the below tables occupy a huge size in my database:-
base_comment_entity
base_log
base_preference_data
base_search_result
base_site_statistic
bookmarks_notify_log
I was wondering if it safe to empty those tables?
Can I use php script to empty those tables automatically ?
Thank you