C# 连接 mySQL 出现 GUID 应包含带 4 个短划线的 32 位数 问题

C# 连接 mySQL 出现 GUID 应包含带 4 个短划线的 32 位数 问题

在连接字符串中加入 Old Guids=true;

如:server=localhost;userid=root;password=;database=airsys;Charset=gb2312;Old Guids=true;

你可能感兴趣的:(C# 连接 mySQL 出现 GUID 应包含带 4 个短划线的 32 位数 问题)