Hi @KevinTheJedi Thanks for the response.
When i try to export the database to create a backup, MySQL80 service keeps crashing.
I manage to identify 2 corrupted tables: ost_search and ost_file_chunk.
I was able to export the database without this two tables with the native mysql
mysqldump -u root -p mcbigrp --ignore-table=mcbigrp.ost__search --ignore-table=mcbigrp.ost_file_chunk > C:\Users\user\backup.sql
Question; will this 2 tables affect the overall stability and performance of osTicket?
PS. I have set osticket to use filesystem back in 2024 when I encountered the same behavior but back then the issue was just the ost_file_chunk
How do I make sure that this is not encountered again? as of this time the size of mcbigrp db is 99 MB
Thanks,
Knychtell