.net core 连接mysql的问题

看了您之前的帖子跟着学,结果报错了。
运行报错如下:
An unhandled exception occurred while processing the request.
ArgumentException: Option 'post' not supported.
MySql.Data.MySqlClient.MySqlConnectionStringOption.GetOptionForKey(string key) in MySqlConnectionStringBuilder.cs, line 452

还有没有更多的报错信息,把完整的报错信息贴出来,以上问题描述中的信息量太少。

有可能是你的数据库连接字符串配置不正确,连接字符串贴出来看一下。

你可以查询以下网站来找到合适的连接字符串:
https://www.connectionstrings.com/mysql/