MyDAC

TMyEmbConnection.OnLogError Event

Occurs when MySQL server writes down to Error Log.

Class

TMyEmbConnection

Syntax

property OnLogError: TMyLogEvent;

Remarks

The OnLogError event occurs when MySQL server writes down to Error Log, the same as on using --log-error option. See MySQL Reference Manual for detailed description. It is convenient to use OnLogError event to search errors in the server configuration, as often after error message is displayed an application is terminated.

On assigning handler for OnLogError event MySQL server does not make output to common error log-file.

This event is available only for Win32.

See Also

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