Answer the question
In order to leave comments, you need to log in
Where can I remotely host a MySQL database and connect to it through a c# application?
At the moment I have a working desktop application in C # with a local MySQL database. I want to place the database on some hosting or vps, and then connect to it through the application to work with the data. I read that you need to use SSH to work with VPS, does it need to be implemented in the application, or can the application connect simply by connection strings?
Answer the question
In order to leave comments, you need to log in
I know the ClearDB service, where you can download SSL keys and certificates, and then it’s probably enough to specify the required connection string in a .NET application.
At least a Ruby on Rails application works this way without problems.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question