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.

preguntada hace 2 años235 visualizaciones
2 Respuestas
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 hace 2 años
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 hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas