Mysql
 sql >> Baza danych >  >> RDS >> Mysql

Nie można zainicjować dostawcy. Brakujący lub niepoprawny schemat

Sam napotykam ten sam problem. Używam konektora Mysql 6.3.0.0 Do tej pory podczas wyszukiwania w sieci natknąłem się na następujące sugestie:

1) Add "MySql.Data.dll" & "MySql.Web.dll" into your application  "bin" folder.
2) Add reference to above to dlls in your application .
3) Add autogenerateschema="true" in your web.config file for required sections.
4) Check your Mysql connector version - make sure that the one that is in your bin folder is mentioned in your web.config file. 
5) Check your connection string - make sure it is correct and connected successfully.
6) Check mysql membership related table structure.
7) Check schema version in "my_aspnet_schemaversion" table (e.g since you have upgraded to newer version I insist you should check this).
8) If the problem is on remote machine (e.g Production Server) you may wan to check this : http://www.reggieburnett.com/referencing-connectornet-on-a-remote-machine 

Jestem pewien, że możesz przejrzeć tę listę, ale chciałbym, abyś sprawdził wersję schematu w tabeli „my_aspnet_schemaversion” (np. porównaj wartość pola „wersja” tabeli lokalnej i zdalnej) od czasu aktualizacji do nowszej wersji.

BTW:Sprawdziłem tę listę pod kątem mojego problemu, ale to nie pomogło. Mam nadzieję, że może ci to pomóc.

Edytuj :Cześć, Jesteśmy w stanie naprawić ten błąd w następujący sposób:

1) Deleted the tables for memberships in the db and had the mysql membership provider regenerate them
2) than set the Aministration.config file to trust the Mysql Membership Provider (e.g related to IIS admin)

Pozdrawiam,

Gaurav



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Zapytanie MySQL oszalał?

  2. Jak poprawić wydajność INSERT na bardzo dużej tabeli MySQL?

  3. Jak używać orkiestrowego/tenanti w Laravel 5 do budowania aplikacji wielodostępnej z wieloma bazami danych?

  4. Automatyczne tworzenie bazy danych springboot i mysql

  5. Wyszukiwanie emotikonów w MySQL