Wednesday, May 5, 2021

MySQL support for Ubuntu 21.04

 Ubuntu 21.04 (Hirsute Hippo) was released on April 22, 2021. We have added MySQL support for Ubuntu 21.04 release from day one.

Summary of MySQL products available for Ubuntu 21.04:

  • MySQL Server 8.0.24
  • MySQL NDB Cluster 8.0.24
  • MySQL Shell 8.0.24
  • MySQL Router 8.0.24
  • MySQL Workbench 8.0.24
  • MySQL Connector/C++ 8.0.24
  • MySQL Connector/J 8.0.24
  • MySQL Connector/ODBC 8.0.24
  • MySQL Connector/Python 8.0.24


Users can install the MySQL Ubuntu 21.04 binaries both from our apt repository and by manual download.

To configure the MySQL Apt repository, download the mysql apt config repo setup package from the apt repository landing page.

MySQL Apt repo setup package
MySQL Apt repo setup package


Install the mysql apt repo setup package with

sudo dpkg -i mysql-apt-config_0.8.17-1_all.deb

...and follow the detailed install instructions on A Quick Guide to Using the MySQL APT Repository


For an overview of what's new in MySQL 8.0, please see
http://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html

We welcome and appreciate your feedback, bug reports, bug fixes, patches, etc.:
http://bugs.mysql.com/report.php


No comments:

Post a Comment

Announcing January 2024 Releases featuring MySQL 8.3.0 and 8.0.36

MySQL Server 8.3.0 and 8.0.36, new versions of the popular Open Source Database Management System, have been released in conjunction with th...