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 ODBC 8.0.13
- Connector Java 8.0.13
- Router 8.0.13
- Shell 8.0.13
- Workbench 8.0.13
Please note that our 8.0 client side products (connectors, Router, Shell and Workbench) are designed to work with any older (non-EOL) version of MySQL Server. So all the 8.0.13 clients will work with MySQL Server 5.7.24.
Head over to https://dev.mysql.com/downloads/repo/yum/ and get the Fedora 29 repo setup package to enable the official MySQL repos on your system. Install the package with
sudo rpm -Uvh mysql80-community-release-fc29-1.noarch.rpm
… and off you go. For more detailed instructions, please refer to the Quick Guide to Using the MySQL Yum Repository.
As usual, if you have comments or suggestions, feel free to leave a comment below. If you should [gulp] experience issues with the repos or packages, please make sure to submit a problem report to the MySQL bug database.
como eu faço para instalar o MYSQL 5.7 no fedora 29
how i do, to install the MySql5.7 server on Fedora 29.
(sorry by my english) rsrs
Hi. The easiest way to do it is by setting up the MySQL package repository as an installation source for your system. Visit https://dev.mysql.com/downloads/repo/yum/ and download and install the “Fedora 29 (Architecture Independent), RPM Package” available there. If you want 5.7 (8.0 is the default), you’ll need to select that by following the instructions here: https://dev.mysql.com/doc/mysql-yum-repo-quick-guide/en/
Hope this helps!