Use this namespace System.Data.OleDb.OleDbConnection for the connection. This is provided from Microsoft.
This is a .NET Framework Wrapper Class Library.
This option will enable the SSL encryption and only works if the server have SSL certificate installed.
You need to have at least Connector/NET version 5.0.3 for this options.
Use this one to instruct the provider to ignore any command prepare statements and prevent corruption issues with
server side prepared statements. Available in Connector/NET version 5.0.3 and Connector/NET version 1.0.9.
This option specified which network protocol to use.
Socket: socket is the default value, even if this option isn't specified. tcp: tcp is equivalent to socket. pipe: use named pipes connection. memory: use MySQL shared memory.