Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

20240527.log 4.1 KiB

123456789101112131415161718192021222324252627282930313233343536
  1. 2024-05-27 14:18:19 logInfo:System.Data.Entity.Core.ProviderIncompatibleException: An error occurred accessing the database. This usually means that the connection to the database failed. Check that the connection string is correct and that the appropriate DbContext constructor is being used to specify it or find it in the application's config file. See http://go.microsoft.com/fwlink/?LinkId=386386 for information on DbContext and connections. See the inner exception for details of the failure. ---> System.Data.Entity.Core.ProviderIncompatibleException: The provider did not return a ProviderManifestToken string. ---> MySql.Data.MySqlClient.MySqlException: Authentication method 'caching_sha2_password' not supported by any of the available plugins.
  2. 在 MySql.Data.MySqlClient.Authentication.AuthenticationPluginManager.GetPlugin(String method)
  3. 在 MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.GetPlugin(String method, NativeDriver driver, Byte[] authData)
  4. 在 MySql.Data.MySqlClient.NativeDriver.Authenticate(String authMethod, Boolean reset)
  5. 在 MySql.Data.MySqlClient.NativeDriver.Open()
  6. 在 MySql.Data.MySqlClient.Driver.Open()
  7. 在 MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  8. 在 MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
  9. 在 MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  10. 在 MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  11. 在 MySql.Data.MySqlClient.MySqlPool.GetConnection()
  12. 在 MySql.Data.MySqlClient.MySqlConnection.Open()
  13. 在 MySql.Data.MySqlClient.MySqlProviderServices.GetDbProviderManifestToken(DbConnection connection)
  14. 在 System.Data.Entity.Core.Common.DbProviderServices.GetProviderManifestToken(DbConnection connection)
  15. --- 内部异常堆栈跟踪的结尾 ---
  16. 在 System.Data.Entity.Core.Common.DbProviderServices.GetProviderManifestToken(DbConnection connection)
  17. 在 System.Data.Entity.Utilities.DbProviderServicesExtensions.GetProviderManifestTokenChecked(DbProviderServices providerServices, DbConnection connection)
  18. --- 内部异常堆栈跟踪的结尾 ---
  19. 在 System.Data.Entity.Utilities.DbProviderServicesExtensions.GetProviderManifestTokenChecked(DbProviderServices providerServices, DbConnection connection)
  20. 在 System.Data.Entity.Infrastructure.DefaultManifestTokenResolver.<>c__DisplayClass1.<ResolveManifestToken>b__0(Tuple`3 k)
  21. 在 System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
  22. 在 System.Data.Entity.Infrastructure.DefaultManifestTokenResolver.ResolveManifestToken(DbConnection connection)
  23. 在 System.Data.Entity.Utilities.DbConnectionExtensions.GetProviderInfo(DbConnection connection, DbProviderManifest& providerManifest)
  24. 在 System.Data.Entity.DbModelBuilder.Build(DbConnection providerConnection)
  25. 在 System.Data.Entity.Internal.LazyInternalContext.CreateModel(LazyInternalContext internalContext)
  26. 在 System.Data.Entity.Internal.RetryLazy`2.GetValue(TInput input)
  27. 在 System.Data.Entity.Internal.LazyInternalContext.InitializeContext()
  28. 在 System.Data.Entity.Internal.InternalContext.GetEntitySetAndBaseTypeForType(Type entityType)
  29. 在 System.Data.Entity.Internal.Linq.InternalSet`1.Initialize()
  30. 在 System.Data.Entity.Internal.Linq.InternalSet`1.GetEnumerator()
  31. 在 System.Data.Entity.Infrastructure.DbQuery`1.System.Collections.Generic.IEnumerable<TResult>.GetEnumerator()
  32. 在 System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  33. 在 System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  34. 在 Learun.DataBase.MySqlEx.Database.FindList[T]() 位置 D:\Work\QJ\code\ds\Learun.Framework.Ultimate V7\Learun.Framework.Module\Learun.Db\Learun.DataBase.MySql\Database.cs:行号 658
  35. 在 Learun.DataBase.Repository.Repository.FindList[T]() 位置 D:\Work\QJ\code\ds\Learun.Framework.Ultimate V7\Learun.Framework.Module\Learun.Db\Learun.DataBase.Repository\Repository.cs:行号 330
  36. 在 Learun.Application.TwoDevelopment.Pk.Pm_LessonscheduleverService.GetEntity() 位置 D:\Work\QJ\code\ds\Learun.Framework.Ultimate V7\Learun.Framework.Module\Learun.Application.Module\Learun.Application.TwoDevelopment\Pk\Pm_LessonscheduleverService.cs:行号 16。