Skip to content

Help with .NET8 and Connection issue #2030

@rmiranda-or

Description

@rmiranda-or

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions