MyDAC

TMyEmbConnection.Params Property

Used to specify the list of command line parameters for Embedded server.

Class

TMyEmbConnection

Syntax

property Params: TStrings;

Remarks

Use the Params property to specify the list of command line parameters for Embedded server.

Pay attention that all paths must be set through "/" but not "\".

Params property also stores values for BaseDir and DataDir.

If no parameters are set in Params property its value will be obtained from the file of configuration of EmbServer (my.ini or my.cnf). Please see MySQL Reference for details.

libmysqld library is reloaded only on changing parameters.

Note, parameters names are case-sensitive.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback