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.

已提問 2 年前檢視次數 238 次
2 個答案
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
已回答 2 年前
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.

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南