Antivirus alert on mysql database connection string

0

I want to create an app that can connect to a database I already created (aws). I am using visual studio (vb.net). Now the problem I have is the the connection string I am using to connect to database is blocked from my antivirus. So I need to disable antivirus to be able to run my app and that is in development.

I tried different databases from other providers and I had no issue at all. Does anyone know why is this happening? I mean I am worried that I won't be able to use aws for my app if any user uses my app get's alerted from their antivirus that my app is malicious. And I am not talking about a complete app, I just started it, and even with connection string code only my antivirus goes crazy.

asked 2 years ago222 views
2 Answers
0

Which AWS database are you trying to access, and what port is blocked? Can you see whether your antivirus can be configured to allow the database port?

profile pictureAWS
answered 2 years ago
0

I am trying to create a vb.net app. The issue is that antivirus sees the app as malicious every time I try to run with a connection string for rds database from amazon, but I have no issue at all in different databases (not amazon). I can access rds amazon with mysql workbench with no issue, but when I try to do that with the app (which is executable) the antivirus delete the app every time its running with amazon rds connection string. If I use other database host I have no issue at all with my antivirus.

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions