Report this

What is the reason for this report?

Why is my droplet going down sometimes?

Posted on August 5, 2014

My droplet goes down sometimes. And I dont know why. How can I find it? How can I read logs?

I am using ubuntu 13.10, apache and mysql, swapped memmory. Running wordpress.



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.

I dont know why I cant access my website. I know it doesnt wordpress fault. Like you said, maybe Mysql crashing all the time. But how can I know it’s because of mysql?

And also “sudo tail -40 /var/log/mysql.err” command does not show me anything.

Hi!

What do you mean by going down? Does it completely crash or would you still be able to SSH into it? Do you get any errors?

MySQL running out of memory and crashing is usually the case, try checking its error log for errors:

sudo tail -40 /var/log/mysql.err

P.S.: Ubuntu 13.10 has reached its EOL stage – you are no longer receiving package updates or security updates. I recommend upgrading to Ubuntu 14.04 as soon as possible:

sudo do-release-upgrade

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.