It doesn't exist. Everything in ASP.Net that uses that database is provider-based. (Membership, Personalization, Role, etc) If you want to use MySql you have to go find or implement a provider for mysql, and that includes creating the database and tables yourself.