I am trying to use MySql Connector 6.2.2.0 for membership and role providers.
The issue I\'m having is: Unable to initialize provider. Missing or incorrect
I was experiencing this exact same issue. Mine ended up being a case issue since I was deploying my site to a linux server running Mono. Enabling autogenerateschema="true" helped me figure this one out. Some hosts won't let the code generate the necessary tables though, so if it doesn't auto-generate your schema then check out casing issues.