Comments on: How to Grant MySQL Remote Connection in 2024 Using hPanel and MySQL Server https://www.hostinger.co.uk/tutorials/mysql/how-to-grant-remote-access-mysql-vps Fri, 05 Jan 2024 11:32:32 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Vakarė https://www.hostinger.co.uk/tutorials/mysql/how-to-grant-remote-access-mysql-vps#comment-315600 Thu, 12 May 2022 13:17:20 +0000 http://blog.hostinger.io/hostinger-tutorials/uncategorized/mysqlhow-to-grant-remote-access-mysql-vps/#comment-315600 In reply to MJ.

Hi there! I’ve looked up your error and it looks like this reply on StackOverflow should be helpful in your case 🙂 Let me know how it goes!

]]>
By: Husenamma https://www.hostinger.co.uk/tutorials/mysql/how-to-grant-remote-access-mysql-vps#comment-314367 Tue, 10 May 2022 09:39:21 +0000 http://blog.hostinger.io/hostinger-tutorials/uncategorized/mysqlhow-to-grant-remote-access-mysql-vps/#comment-314367 Thanks for information

]]>
By: MJ https://www.hostinger.co.uk/tutorials/mysql/how-to-grant-remote-access-mysql-vps#comment-308482 Fri, 29 Apr 2022 08:36:16 +0000 http://blog.hostinger.io/hostinger-tutorials/uncategorized/mysqlhow-to-grant-remote-access-mysql-vps/#comment-308482 Hi,

How to connect jdbc to remote mysql. I’m always getting com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure Error!

I’m on paid plans.

Thank you.

]]>
By: Vakarė https://www.hostinger.co.uk/tutorials/mysql/how-to-grant-remote-access-mysql-vps#comment-248243 Tue, 12 Oct 2021 14:21:13 +0000 http://blog.hostinger.io/hostinger-tutorials/uncategorized/mysqlhow-to-grant-remote-access-mysql-vps/#comment-248243 In reply to donny.

Hi, thanks for pointing that out – our team is already reviewing your suggestion 🙂

]]>
By: donny https://www.hostinger.co.uk/tutorials/mysql/how-to-grant-remote-access-mysql-vps#comment-247945 Mon, 11 Oct 2021 15:05:29 +0000 http://blog.hostinger.io/hostinger-tutorials/uncategorized/mysqlhow-to-grant-remote-access-mysql-vps/#comment-247945 Good article, however, now-a-day, with security always a question, I think remote db connection should always be in ssh tunnel and/or under certificate authentication instead of normal user/password. A new write up with these features may be desirable

]]>
By: Vakarė https://www.hostinger.co.uk/tutorials/mysql/how-to-grant-remote-access-mysql-vps#comment-241986 Tue, 21 Sep 2021 08:50:42 +0000 http://blog.hostinger.io/hostinger-tutorials/uncategorized/mysqlhow-to-grant-remote-access-mysql-vps/#comment-241986 In reply to jonathan vlietstra.

Hi Jonathan, it looks like a regular string like this should do the job:
Server=myServerName\myInstanceName;Database=myDataBase;User Id=myUsername;Password=myPassword;;
You can also find the appropriate string for your project here.

]]>
By: jonathan vlietstra https://www.hostinger.co.uk/tutorials/mysql/how-to-grant-remote-access-mysql-vps#comment-241590 Sun, 19 Sep 2021 20:30:06 +0000 http://blog.hostinger.io/hostinger-tutorials/uncategorized/mysqlhow-to-grant-remote-access-mysql-vps/#comment-241590 After setting up the remote MySQL in hostinger, what is the connection string that would be used to connect to the database using MySQL in C#?
For the remoteMySQL.com service the following connection string worked, but does not work for Hostinger

string connectionString = “SERVER=” + serverAddress + “;DATABASE=******;ConnectionTimeout=600;DefaultCommandTimeout=600;” + “UID=********;” + “PASSWORD=*********;”;

]]>