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.

feita há 2 anos235 visualizações
2 Respostas
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
respondido há 2 anos
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.

respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas