UWP使用MySql.Data.RT.dll连接mysql抛异常System.ArgumentException

syj52417 发布于 2016/04/20 19:47
阅读 872
收藏 0

鸿蒙原生应用开发者激励计划发布!最高获百万现金!点击立即参与

连接字符串:

"Server=localhost;Database=db;Uid=root;Pwd=*****;SslMode=None;"

报错信息

“System.ArgumentException”类型的异常在 mscorlib.ni.dll 中发生,但未在用户代码中进行处理


其他信息: 'windows-1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.

加载中
0
我怀疑你有问题
我怀疑你有问题

根据你的提示,是编码错误,指定 了 windows-1252 ,不被支持,你可以提供更多的源码,然后看哪里错误的设置了编码。


syj52417
syj52417
谢谢你的回复,我已经搞定,my.ini中设置character_set_server=utf8,后来因为中文乱码又设置了数据库的数据表的编码。
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部