K
K
krslnkv2019-03-28 23:06:02
MySQL
krslnkv, 2019-03-28 23:06:02

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

3 answer(s)
T
Talyan, 2019-03-28
@flapflapjack

google free mysql hosting

R
Roman Mirilaczvili, 2019-03-29
@2ord

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.

D
Dmitry, 2019-03-29
@bulvive

VPS is absolutely not required for these purposes.
Any paid hosting will suit you, as a rule, Mysql will be the default there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question