Used to get or set the values of MySQL Server system variables.
property Variables[const VarName: string]: string;
Use the Variables property to get or set the values of MySQL Server system variables. String values should be assigned with quotes.
For example:
MyServerControl1.Variables['max_allowed_packet'] := '1234567890'; but: MyServerControl.Variables['time_format'] := '''%H:%i:%s''';