MySQL Connector/Net 6.2.1, a new version of the all-managed .NET
driver
for MySQL has been released. This is a beta release and is
intended to
introduce you to the new features and enhancements we are
planning. This
release should not be used in a production environment.
It is now available in source and binary form from
[http://dev.mysql.com/downloads/connector/net/6.2.html]
and mirror sites
(note that not all mirror sites may be up to date at this point
of time
- if you can't find this version on some mirror, please try again
later
or choose another download site.)
The new features or changes in this release are:
- fixed SessionProvider to be compatible with 4.x MySQL, replaced TIMESTAMPDIFF with TIME_TO_SEC (bug#47219)
- implemented support for client SSL certificates …