Entity Framework Scaffold-DbContext Login failed for user

后端 未结 3 1812
说谎
说谎 2021-02-01 03:02

I am trying to build an API using Visual Studio 2017 and .NET Core 2 with Entity Framework Core. I am following the directions from This Link. I am on the section titled: Reve

3条回答
  •  执念已碎
    2021-02-01 03:43

    I figured out my problem. My password contained the character $ and this needs to be escaped out by using ` before the $.

提交回复
热议问题