标签: c# mysql odbc
晚安,
当我尝试使用c#连接到mysql数据库时出错。我正在使用mysql odbc 3.51 64位驱动程序。这是我的连接字符串
public static string konek = "Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=d_undangan;User=root;Password=;Option=3;";