MySQL Connector/Net 6.7.1, a new version of the all-managed .NET
driver for MySQL has been released. This is the second of
two alpha releases intended to introduce users to the new
features in the release. This release is not feature
complete and there are significant limitations but it should be
stable enough for users to understand the new features and how we
expect them to work. As is the case with all non-GA
releases, it should not be used in any production environment.
It is appropriate for use with MySQL server versions
5.0-5.6
MySQL Connector/Net 6.5.6, a new maintenance release of our 6.5 series, has been released. This release is GA quality and is appropriate for use in production environments. Please note that 6.6 is our latest driver series and is the recommended product for development. It is now available in source and binary form from http://dev.mysql.com/downloads/connector/net/#downloads and mirror sites (note that not all mirror sites may be up to date at this point-if you can't find this version on some mirror, please try again later or choose another download site.)
MySQL Connector/Net 6.7.0, a new version of the all-managed .NET driver for MySQL has been released. This is the first of two alpha releases intended to introduce users to the new features in the release. This release is not feature complete and there are significant limitations but it should be stable enough for users to understand the new features and how we expect them to work. As is the case with all non-GA releases, it should not be used in any production environment. It is appropriate for use with MySQL server versions 5.0-5.6
MySQL Server 5.6 GA has several new features. These new features are supported in the latest version of Connector/Net 6.6.5. We'll review them into a brief introduction and example about how to use them inside any .Net Application.
A new version for Connector/Net 6.6 has been released. This new 6.6.5 version includes several new features that support the new capabilities included in MySQL Server 5.6, which recently has became at GA state.
The MySQL Installer is an easy way to install and
maintain your MySQL installations on Microsoft Windows.
It comes not only with the database server and documentation, but also with the underrated MySQL Workbench, and various connectors and support utilities such as MySQL for Excel. Modifying the installed products or uninstalling them is also fairly straightforward:
Start -> All Programs -> MySQL -> MySQL Installer
-> MySQL Installer
This launches the Maintenance window of the Installer GUI, and
gives you the options:
- Add/Modify Products and Features
- Check for Updates
- Remove MySQL Products. …
MySQL Connector/Net 6.5.5, a new maintenance release of our 6.5
series, has been released. This release is GA quality and
is appropriate for use in production environments. Please
note that 6.6 is our latest driver series and is the recommended
product for development. It is now available in source and binary
form http://dev.mysql.com/downloads/connector/net/#downloads
and mirror sites (note that not all mirror sites may be up to
date at this point-if you can't find this version on some mirror,
please try again later or choose another download site.)
MySQL Connector/Net 6.4.6, a new version of the all-managed .NET
driver
for MySQL has been released. This is a maintenance release
and is recommended for use in production environments.
It is appropriate for use with MySQL server versions
5.0-5.6.
This is intended to be the final release for Connector/NET 6.4.
MySQL Connector/Net 6.6, a new version of the all-managed .NET
driver
for MySQL has been released. This is the
GA, recommended for use in production environments.
Major features included are EF 4.3 support, Stored routines
debugger integrated into Visual studio, Pluggable authentication
& VS2012 support.
I just made MyQuery 3.5.0 available for download from sourceforge. If you do not know about this
program, this is my Windows based MySQL Query editor and database
monitor program. And yes, it is Windows only.
It was a long time since I updated MyQuery, but I have been been
at it for a long time, but slowly as I haven't had the bandwidth,
and I have collected a few things I wanted in this release, but
of all those things, many has to wait for now, as decided to add
a major feature which did require a fair bit of coding and
testing: autocomplete. When editing SQL statements,
autocomplete for names of tables, columns etc is really useful,
but it is not as easy as it sounds. What makes this a bit
complicated are things like the default database (which I need to
figure out for anything that is typed), table aliases and
separate name …