Page 1 of 1

MyDAC Support MySQL 5.6 Embedded Database?

Posted: Wed 27 Mar 2013 01:59
by chintatlim
Hi,

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

Thanks.

Re: MyDAC Support MySQL 5.6 Embedded Database?

Posted: Mon 01 Apr 2013 11:12
by DemetrionQ
Hello.

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

Re: MyDAC Support MySQL 5.6 Embedded Database?

Posted: Wed 03 Apr 2013 10:43
by DemetrionQ
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;