I am fairly new to mySQL, I have had an ongoing problem with my DB.
It works fine for a while (a month or so), then all of a sudden the web socket hangs and doesn't return the information. I have ran mysql check/repair and it does nothing. The DB comes back as OK when I check for errors. The only thing that fixes it is to truncate the table(there is only one) which holds the values and then it works fine for another month or so. I think I narrowed it down to a memory issue but I can't find any documentation about what the "free" on the first line represents(see the pictures), so I can fix it.
Anyone know what this means, or any other issues it could be?
Additional info:
- Innodb engine
- Never says out of memory
- Does not "crash"
- The data is just a user ID, latitude, and longitude