Used to specify the list of command line parameters for Embedded server.
property Params: TStrings;
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.