MySQL Server 8.0.15, a new version of the popular Open Source Database Management System, has been released. This release is recommended for use on production systems. For an overview of what’s new, please see http://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html For information on installing the release on new servers, please see the MySQL installation documentation... Read More
Announcing MySQL Server 8.0.14, 5.7.25 and 5.6.43
MySQL Server 8.0.14, 5.7.25 and 5.6.43, new versions of the popular Open Source Database Management System, have been released. These releases are recommended for use on production systems. For an overview of what’s new, please... Read More
Fedora 29 Is Here and MySQL Is Ready
Fedora 29 was released earlier today, and we congratulate the Fedora community on the latest iteration of many people’s favourite Linux distro. Following our tradition of rapidly adding support for new Linux distro versions, we have added the following MySQL products to our official MySQL yum repos: MySQL Server (8.0.13 and 5.7.24) Connector C++ 8.0.13 Connector Python 8.0.13 Connector... Read More
Multi-arch Docker Images for MySQL Server
Since the new 8.0.13 release we publish docker images for a new architecture: aarch64, as part of our normal release process. This means that the mysql/mysql-server docker image will work on both amd64 and aarch64 architectures. The newest images are as usually available on dockerhub. On amd64 machines: $ docker pull mysql/mysql-server:8.0.13 $ docker run -ti mysql/mysql-server:8.0.13 mysql... Read More
Adding Support in MySQL 8 for openSUSE and SLE 15
With the release of MySQL 8.0.13 yesterday, we added support in MySQL 8 for SUSE Linux Enterprise (SLE) 15, the brand new version of one of the key enterprise Linux distros out there. At the same time, we also introduced support for SLE 15’s community twin, openSUSE Leap 15. So as of yesterday, all MySQL 8 server and client products are available both for SLE and openSUSE 15. Now, with... Read More
Announcing MySQL Server 8.0.13, 5.7.24, 5.6.42, and 5.5.62
MySQL Server 8.0.13, 5.7.24, 5.6.42, and 5.5.62, new versions of the popular Open Source Database Management System, have been released. These releases are recommended for use on production systems. For an overview of what’s new, please... Read More
Container Testing for MySQL Server
Traditionally infrastructure management is a manual task, with sysadmins managing rather static servers. The automation capabilities of modern cloud platforms have changed this way of working: Infrastructure is often described “as code,” e.g. in a git repository, and changes are made by infrastructure management systems automatically. As a result infrastructure is much less static... Read More
MySQL User Camp, Bangalore – 27th April, 2018
MySQL User Camp is a forum where MySQL Engineers and community users come together to connect, collaborate, and share knowledge. This year’s first MySQL User Camp was held on 27th April 2018, at Oracle India Pvt Ltd, Kalyani Magnum Infotech Park, Bangalore with an excellent turnout of 60 attendees. The event began with a welcome note from Balasubramanian Kandasamy, (Principal Member... Read More
Manage Your MySQL Database Credentials with Vault
Any software system requires secrets to run, be it credentials to communicate with databases, tokens to access resources, or encryption keys that need to be distributed. Secrets management means to deal with all kinds of secrets in a structured and secure way. In this blog entry we will show how to use Hashicorp Vault to provision database credentials in MySQL and how to access the database... Read More
MySQL Support for Ubuntu 18.04 and Fedora 28
Last week, Ubuntu released their newest long term support version, Ubuntu 18.04. As of today, we offer 18.04 packages for recent versions of almost all MySQL products, both for manual download and through our APT repos. Congratulations to the Ubuntu community on another solid release, and a special shout-out to our friends over at Canonical: we really enjoy working with you to ensure that... Read More