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.
@TonyTsang you are awesome. I have been searching for a solution to this for hours. Thank you, thank you, thank you.!!!
I’ve never use sequel pro myself, but according to Sequel pro’s docs. I think you should change MySQL host to localhost / 127.0.0.1 at SSH configuration tab. Since it first connect through SSH then to MySQL server.
By default MySQL only bind to 127.0.0.1 any connection from droplet ip will be blocked.
From Sequel Pro’s FAQ, it is a good pratice to check the FAQ when solving a problem.
My SSH connection gives the error: SSH port forwarding failed and MySQL said: Lost connection to MySQL server at 'reading initial communication packet', system error: 0
On the server, configure MySQL by editing /etc/my.cnf and comment or remove skip-networking from the [mysqld] section. Then, restart MySQL Server.