asp.net core mysql 错误提示:Out of memory (Needed***
MySql.Data.MySqlClient.MySqlException (0x80004005) Out of memory (Needed***
上面是当时的报错信息,
下面是解决方法:
将数据库连接配置里的连接池设置为true (;Pooling=true)
***hou;SslMode=None;Allow User Variables=True;Pooling=true
MySql.Data.MySqlClient.MySqlException (0x80004005) Out of memory (Needed***
上面是当时的报错信息,
下面是解决方法:
将数据库连接配置里的连接池设置为true (;Pooling=true)
***hou;SslMode=None;Allow User Variables=True;Pooling=true