Question
How do config VPS to allow Remote Connect from Desktop Application to MySQL of my VPS ?
Hi, DO Support Team
I can’t connect to MySQL Server of My DigitalOcean VPS from my JAVA Application ( i use MySQL Workbench to check connection but this still receive error - Can’t connect to MySQL server (10060) ).
I have edit my.cnf file (
port = 3306
bind-address = 0.0.0.0
and run SQL : GRANT ALL PRIVILEGES ON database.* TO user@’%’ IDENTIFIED BY ‘password’;
But nothing change. Please help me ! Thanks you
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.
×