【问题标题】:MySql Connector/NET 6.9.5 Install FailMySql 连接器/NET 6.9.5 安装失败
【发布时间】:2015-02-05 02:15:08
【问题描述】:

错误示例见图片: http://i.stack.imgur.com/uCIn7.png

我在安装最新版本的 Mysql 连接器时遇到问题。我之前安装了 6.8.3。我卸载了我拥有的所有 mysql 产品。我实际上很难卸载 6.8.3,我不得不使用最终删除它的 Microsoft 实用程序。

可以在这里找到:https://support.microsoft.com/mats/program_install_and_uninstall

关于我可以做些什么来安装它的任何想法?

谢谢, 乔什

【问题讨论】:

    标签: mysql installation connector


    【解决方案1】:

    我知道我正在回答一个很老的问题,但这是以防万一它可以帮助任何人。在尝试使用 MySql 安装程序将 6.9.4 升级到 6.9.8 后,我发现该过程非常依赖于 machine.config 内容。在我的例子中,我的机器配置有这个元素注释:

    <system.web> <membership> <providers> <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="LocalSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression="" /> <!--add name="MySQLMembershipProvider" type="MySql.Web.Security.MySQLMembershipProvider, MySql.Web.v20, Version=6.9.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" connectionStringName="LocalMySqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false" passwordFormat="Clear" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression="" /--> </providers>

    我刚刚删除了注释元素,mysql 安装程序进程运行没有错误。 在您的系统中查找机器配置:Where Is Machine.Config?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2015-02-01
      • 2016-06-03
      • 2018-01-08
      • 2019-07-19
      • 1970-01-01
      • 1970-01-01
      • 2011-08-13
      相关资源
      最近更新 更多