gpt4 book ai didi

c# - Android 应用程序和 MySql 连接无法连接。打开

转载 作者:行者123 更新时间:2023-11-29 15:35:24 26 4
gpt4 key购买 nike

当我尝试打开连接时发生错误并显示:

System.TypeInitializationException: The type initializer for 'MySql.Data.MySqlClient.Replication.ReplicationManager' threw an exception.

这是代码的一部分:

MySqlConnection _Conn;

public void Conectar()
{
new I18N.West.CP1250();

string SC;

SC = "server = XXX; Port = 3306; database = XXX; user id = XXX; password = XXX; charset = utf8";

_Conn = new MySqlConnection(SC);

_Conn.Open();
}

最佳答案

如果 Xamarin 出现问题,您应该这样做:

1) 删除引用Mysql数据

2)添加引用Xamarin.Mysql

您可以保留您的通话(使用 MySql.Data.MySqlClient;)

关于c# - Android 应用程序和 MySql 连接无法连接。打开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58303256/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com