2015-02-05 22 views
0

見圖片: http://i.stack.imgur.com/uCIn7.pngMySQL連接/ NET 6.9.5安裝誤差例如失敗

我在安裝最新版本的MySQL連接器的麻煩。我以前安裝過6.8.3。我卸載了我擁有的每一個mysql產品。我實際上很難卸載6.8.3我不得不使用Microsoft公用程序,最終刪除它。

可以在這裏找到:https://support.microsoft.com/mats/program_install_and_uninstall

什麼我可以做任何想法,讓這個安裝?

感謝, 喬希

回答

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安裝過程中運行withouth的錯誤。 要在您的系統中找到機器配置:Where Is Machine.Config?