Saturday, 15 March 2014

vb.net - Allowing Remote MySQL connections -


I am creating an Excel app using VSTO / VB.NET and a set of databases / tables in MySQL Many connections are being made for that which is hosted on a bloostost account.

Now, they need to register the IP address of the interrogator computer as 'host', which looks great for security but will be distributed to the given number of unlimited number Theoretically unlimited number on the computer - it is very impractical for me to personally allow each customer's IP address in my Blowost account. What is the best way to allow access on the fly?

The database user / password must already have the correct permission for the relevant database etc. It's just a matter of allowing them access to a remote MYSQL connection, starting with

I have read to use all the SQL command for 'S', but I am not sure when and where to use it. How to run a SQL command before creating a connection to the database; Because it is at this point that the connection throws an error.

Take a look at this remote Your information also for the servers,

No comments:

Post a Comment