Mysql configuration with asp.net core project

I'm using Visual Studio for Mac community version 8.10.23 In Asp.net core(3.1) project I have Installed Pomelo NuGet Package(5.0.17) for MySql connectivity locally. and set the connection string like this

"server=127.0.0.1;port=8889;database=IdentityDB;user=root;password=1234;CharSet=utf8;SslMode=none;"

But facing the error=> Format of the initialization string does not conform to specification starting at index 0.

0 answers