Installation

The only requirement for installation is .NET 2.0.  The installation will register the MySql.Data assembly into the Global Assembly Cache.

General Operation

Connector/Net requires the following MySQL rights:

ASP.Net Deployment

Connector/Net will only function correctly under ASP.Net hosts that use a trust model that allows socket access.  This includes Full trust, High trust, or a customized Medium trust scenario that has has SocketPermission added to it.  For more information, please see Medium Trust.