dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnectionStringBuilder Class / PluginDir Property

PluginDir Property
Gets or sets the directory, where the plugin is located.
Syntax
'Declaration
 
Public Property PluginDir As String
 

Property Value

The directory, where the plugin is located.
Remarks
This connection parameter is used to set the MYSQL_PLUGIN_DIR option of mysql client library. This option was added in MySQL 5.5.7, thus this connection string parameter has an effect only if Direct is set to false and a client library with version 5.5 or higher is used.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also