Mysql
 sql >> डेटाबेस >  >> RDS >> Mysql

प्रदाता प्रारंभ करने में असमर्थ। गुम या गलत स्कीमा

मैं खुद एक ही समस्या में भाग रहा हूं। मैं मैसकल कनेक्टर 6.3.0.0 का उपयोग कर रहा हूं अब तक नेट पर खोज करते समय मुझे निम्नलिखित सुझाव मिले:

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 

मुझे यकीन है कि आप इस सूची को पढ़ चुके होंगे, लेकिन मैं चाहूंगा कि आप "my_aspnet_schemaversion" तालिका में स्कीमा संस्करण की जांच करें (उदाहरण के लिए अपने स्थानीय और दूरस्थ तालिका के "संस्करण" फ़ील्ड मान की तुलना करें) जब से आप नए संस्करण में अपग्रेड कर रहे हैं।

BTW:मैंने अपनी समस्या के लिए इस सूची की जाँच की है लेकिन इससे कोई फायदा नहीं हुआ। मुझे आशा है कि यह आपकी कुछ मदद कर सकता है।

संपादित करें :नमस्कार, हम निम्नलिखित द्वारा इस त्रुटि को ठीक करने में सक्षम हैं:

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)

सादर,

गौरव



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. डेटाबेस पासवर्ड संग्रहीत करने के लिए सर्वोत्तम अभ्यास

  2. नेटवर्क पर JDBC के साथ MySQL से कनेक्ट करें

  3. MySQL बल्क ड्रॉप टेबल जहां टेबल पसंद है?

  4. Laravel 5.1 - दो कॉलमों के अनुसार क्रम से काम नहीं कर रहा है

  5. JDBC स्टेटमेंट उदाहरण - डालें, हटाएं, अपडेट करें, रिकॉर्ड चुनें