dada-mail icon indicating copy to clipboard operation
dada-mail copied to clipboard

Check for crashed tables

Open justingit opened this issue 3 years ago • 1 comments

Crashed tables can lead to lots of problems. Perhaps the app should check to make sure no tables have crashed, before allowing anything to run?

justingit avatar Jun 25 '21 20:06 justingit

Here's how we can do that for mysql. PostgreSQL may be a bit more involved, and SQLite may just not have this?

https://stackoverflow.com/questions/9111857/mysql-check-for-crashed-table

justingit avatar Jun 25 '21 20:06 justingit