Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
It sounds like that your Droplet might be running low on memory, I would recommend checking your syslog in case that the MySQL service is being killed:
grep -i memory /var/log/syslog
If this is the case I would recommend adding some more RAM to your Droplet.
Also, you could take a look at this answer here on how to optimize your MySQL server:
Hope that this helps! Regards, Bobby
I’ve asked the same question to the support and they come up with another answer which they say my tables might be corrupted. I’ve deleted everything, but problem persists.
Here is the output of logs you suggested.
Jan 24 08:05:42 multisite kernel: [ 0.000000] Scanning 1 areas for low memory corruption
Jan 24 08:05:42 multisite kernel: [ 0.000000] Early memory node ranges
Jan 24 08:05:42 multisite kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jan 24 08:05:42 multisite kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Jan 24 08:05:42 multisite kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
Jan 24 08:05:42 multisite kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Jan 24 08:05:42 multisite kernel: [ 0.000000] Memory: 982776K/1048164K available (12300K kernel code, 2481K rwdata, 4260K rodata, 2428K init, 2704K bss, 65388K reserved, 0K cma-reserved)
Jan 24 08:05:42 multisite kernel: [ 0.066844] Freeing SMP alternatives memory: 36K
Jan 24 08:05:42 multisite kernel: [ 0.089494] x86/mm: Memory block size: 128MB
Jan 24 08:05:42 multisite kernel: [ 0.689620] Freeing initrd memory: 19728K
Jan 24 08:05:42 multisite kernel: [ 0.693154] Scanning for low memory corruption every 60 seconds
Jan 24 08:05:42 multisite lxcfs[801]: 10: fd: 16: memory
Jan 24 08:05:42 multisite kernel: [ 0.963057] Freeing unused kernel image memory: 2428K
Jan 24 08:05:42 multisite kernel: [ 0.980890] Freeing unused kernel image memory: 2008K
Jan 24 08:05:42 multisite kernel: [ 0.985879] Freeing unused kernel image memory: 1884K
Thank you for taking the time. I’m really having hard time understanding how to interpret this data.
This comment has been deleted