How does Fluent community safe it's data in the database? Do you use custom database tables? Or put it in wp tables?
Wilco W you can see all wp_fcom tables via PHPMyAdmin - example:
`wp_fcom_chat_messages`,
`wp_fcom_chat_threads`,
`wp_fcom_chat_thread_users`,
`wp_fcom_media_archive`,
`wp_fcom_meta`,
`wp_fcom_notifications`,
`wp_fcom_notification_users`,
`wp_fcom_posts`,
`wp_fcom_post_comments`,
`wp_fcom_post_reactions`,
`wp_fcom_spaces`,
`wp_fcom_space_user`,
`wp_fcom_terms`,
`wp_fcom_term_feed`,
`wp_fcom_user_activities`,
`wp_fcom_xprofile`;
So it is also easy to manually remove fCommunity from the db completely I'm case of unexpected error/issue/workaround etc
Wilco W, please read about the alternat solution here