Membership Table Name Prefixes

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
OneMHz
Posts: 2
Joined: Tue 31 Mar 2009 14:45

Membership Table Name Prefixes

Post by OneMHz » Wed 04 Jun 2014 14:08

Is there a way to control the table names or "webpages_" prefix for the autogenerated schema for the membership/role providers? Or, alternatively, if I create my own schema, how would I point the MySqlExtended* providers at them?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Membership Table Name Prefixes

Post by Shalex » Thu 05 Jun 2014 05:22

Please refer to http://www.devart.com/dotconnect/mysql/ ... orial.html > the "dotConnect for MySQL ASP.NET Membership Database" section. You can set only the new names of the UserProfile table and its UserId and UserName columns if you are sure that the corresponding table and all service tables (webpages_*) are present in the target schema. The names of the webpages_* tables cannot be changed.

Post Reply