Dear MySQL users,
The MySQL Windows Experience Team is proud to announce the
release
of MySQL for Visual Studio 1.2.9.
This is a maintenance release for 1.2.x. It can be used for
production environments.
MySQL for Visual Studio is a product that includes all of
the
Visual Studio integration functionality to create and
manage
MySQL databases when developing .NET applications.
MySQL for Visual Studio is installed using the MySQL
Installer
for Windows which comes in 2 versions:
* Full (415.1 MB) which includes a complete set of
MySQL products
with their binaries included in the
downloaded bundle.
* Web (18.6 MB – a network install) which will just
pull MySQL
for Visual Studio over the web and
install it when run.
You can download MySQL …
Dear MySQL users,
The MySQL Windows Experience Team is proud to announce the
release of
MySQL Notifier version 1.1.8, the latest addition to the
MySQL
Installer for Windows.
MySQL Notifier enables developers and DBAs to easily monitor,
start and
stop all their MySQL database instances. It provides a
familiar
Microsoft SQL Server look and feel and integrates with MySQL
Workbench.
MySQL Notifier is installed using the MySQL Installer for
Windows.
The MySQL installer comes in 2 versions
– Full (400 MB) which includes a complete set of mysql products
with
their binaries included in the download
or
– Web (18 MB – a network install) which will just pull the
MySQL
Notifier over the web and install it when run.
You can download MySQL Installer from our official Downloads …
Dear MySQL Connector/NET community,
We are proud to announce that version 8.0.17 is introducing support for SSH tunneled connections through the classic MySQL protocol and X Protocol. SSH enables the creation of secure encrypted connections between the local and a remote computer allowing services or components to be accessed, MySQL Server in this case. With SSH tunneling, users can connect to a MySQL Server from behind a firewall when the server port is blocked. The server doesn’t require any additional configuration for this type of connection and continues to work as usual.
Users can also add an extra layer of security by making use of SSL over SSH connections, which brings us to the second announcement. Connector/NET previously included support for SSL connections via PFX certificates, which are exclusive to Windows. However, now the support for SSL …
[Read more]
Dear MySQL users,
The MySQL Windows Experience Team is proud to announce the
release of MySQL for Excel version 1.3.8. This is a maintenance
release for 1.3.x. It can be used for production
environments.
MySQL for Excel is an application plug-in enabling data analysts
to very easily access and manipulate MySQL data within Microsoft
Excel. It enables you to directly work with a MySQL database from
within Microsoft Excel so you can easily do tasks such as:
* Importing MySQL Data into Excel
* Exporting Excel data directly into MySQL to a new or
existing table
* Editing MySQL data directly within Excel
MySQL for Excel is installed using the MySQL Installer for
Windows.
The MySQL Installer comes in 2 versions
– Full (400 MB) which includes a complete set of MySQL products
with
their binaries …
Dear MySQL users,
MySQL Connector/J Version 8.0.12 is the second GA release of the
8.0 branch of MySQL Connector/J. It is suitable for use with
MySQL Server versions 5.5, 5.6, 5.7, and 8.0. It supports the
Java Database Connectivity
(JDBC) 4.2 API, and implements the X DevAPI.
This release includes the following new features and changes, also described in more detail on https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-12.html As always, we recommend that you check the “CHANGES” file in the download archive to be aware of changes in behavior that might affect your application.
To download MySQL Connector/J 8.0.12 GA, see the “Generally
Available (GA)
Releases” tab at http://dev.mysql.com/downloads/connector/j/ …
Dear MySQL Connector/NET users,
We are proud to announce that the open source version of Connector/NET 8.0.11 is also available as official MySQL NuGet packages. Connector/NET 8.0.11 is a GA release that can be used in production environments. Additionally, users with an older version can safely upgrade if preferred.
What this means for Connector/NET users?
Installing and upgrading packages couldn’t be easier, plus you need only to install the packages that fit your needs. Also, it’s even easier and more straight forward to develop for MySQL from Visual Studio.
NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central software package repository populated by various package authors and tied …
[Read more]A number of reports have been raised against versions 1.2.7 and 2.0.5 where the installation/uninstallation of MySQL for Visual Studio would rollback in Windows 7 environments preventing the operation from completing. We are glad to announce this has been addressed in the upcoming 1.2.8 version.
What is causing the failure?
It’s been identified that in most cases the rollback occurs when Visual Studio fails to execute the “devenv /updateconfiguration /log” command. Said command signals Visual Studio to merge the Visual Studio packages on the system and to check the MEF cache for any changes allowing it to register/unregister MySQL for Visual Studio. The failure is caused by faulty permissions when trying to execute any “devenv” command and is attributed to a known issue in Windows 7 environments …
[Read more]Dear MySQL users,
The MySQL Windows Experience Team is proud to announce the
release
of MySQL for Visual Studio 1.2.8.
This is a maintenance release for 1.2.x. It can be used for
production environments.
MySQL for Visual Studio is a product that includes all of
the
Visual Studio integration functionality to create and
manage
MySQL databases when developing .NET applications.
MySQL for Visual Studio is installed using the MySQL
Installer
for Windows which comes in 2 versions:
* Full (386.6 MB) which includes a complete set of MySQL
products
with their binaries included in the downloaded bundle.
* Web (1.7 MB – a network install) which will just pull
MySQL
for Visual Studio over the web and install it when run.
You can download MySQL Installer from our official Downloads page
at
…
Dear MySQL users,
MySQL Connector/Net 8.0.11 is the first general availability
release of
MySQL Connector/Net to add support for the new X DevAPI. The X
DevAPI
enables application developers to write code that combines the
strengths
of the relational and document models using a modern, NoSQL-like
syntax
that does not assume previous experience writing traditional SQL.
To learn more about how to write applications using the X DevAPI,
see
http://dev.mysql.com/doc/x-devapi-userguide/en/index.html.
For more
information about how the X DevAPI is implemented in
Connector/Net, see
http://dev.mysql.com/doc/dev/connector-net.
Please note that the X DevAPI requires at least MySQL Server
version
5.7.12 or higher …
Members of the .NET and MySQL communities and anyone interested in the subject, we are glad to announce the release of Connector/NET 8.0.11. This is the first GA release in the 8.0 series and it comes with full support for MySQL 8.0 (also now a GA) including its main feature… the MySQL Document Store!
What is new in MySQL 8.0?
X Protocol / X Plugin
The X Protocol is a new, highly extensible protocol optimized for SQL and CRUD API operations. It is based on the popular open source protocol definition language and provides a common interface for connectors to communicate with MySQL server through the …
[Read more]