Hi
First of all, congrats on the library, it's incredible.
I am facing an issue here using .NET8 which I could not find the solution yet and I am guessing is related to the connection string I am using.
There are what I am using at the moment:
net8.0
ConnString format at the moment, which I am using in my .NET app settings:
server=XXXXXXXX,3306;
User ID=XXXXX;
Password=XXXXXXX;
Database=XXXXXXX;
It's being very intermittent and giving this error:
An error occurred using the connection to database
My startup.cs file I have this, specific version of Aurora MySQL (AWS):
var auroraVersion = ServerVersion.Create(new Version(8, 0, 39), ServerType.MySql);
Appreciate your help.
Thanks,
Hi
First of all, congrats on the library, it's incredible.
I am facing an issue here using .NET8 which I could not find the solution yet and I am guessing is related to the connection string I am using.
There are what I am using at the moment:
net8.0
ConnString format at the moment, which I am using in my .NET app settings:
server=XXXXXXXX,3306;
User ID=XXXXX;
Password=XXXXXXX;
Database=XXXXXXX;
It's being very intermittent and giving this error:
An error occurred using the connection to database
My startup.cs file I have this, specific version of Aurora MySQL (AWS):
var auroraVersion = ServerVersion.Create(new Version(8, 0, 39), ServerType.MySql);
Appreciate your help.
Thanks,