MyDAC Support MySQL 5.6 Embedded Database?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
chintatlim
Posts: 22
Joined: Tue 09 Nov 2004 00:31

MyDAC Support MySQL 5.6 Embedded Database?

Post by chintatlim » Wed 27 Mar 2013 01:59

Hi,

MySQL 5.6 just GA with embedded database library, MyDAC support it?

Thanks.

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: MyDAC Support MySQL 5.6 Embedded Database?

Post by DemetrionQ » Mon 01 Apr 2013 11:12

Hello.

For the time being we don't support MySQL 5.6 Embedded Server. We will add support for it in future versions.

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: MyDAC Support MySQL 5.6 Embedded Database?

Post by DemetrionQ » Wed 03 Apr 2013 10:43

Hello.

We have tested the MyDAC functioning with MySQL 5.6.10 Embedded Server. MyDAC supports this server. However, for correct functioning, set the MySQLEmbDisableEventLog global variable to True, that is declared in the MySQLApi unit.

Code: Select all

  MySQLApi.MySQLEmbDisableEventLog := True;

Post Reply