Problem with setting up mySql on Fedora 36

504 Views Asked by At

I'm trying to install mySql on Fedora 36. Firstly I have written some commands as tutorials suggest (https://tecadmin.net/install-mysql-8-on-fedora/):

sudo dnf update

and configured file /etc/yum.repos.d/mysql-community.repo:

[mysql80-community]
name=MySQL 8.0 Community Server
baseurl=http://repo.mysql.com/yum/mysql-8.0-community/fc/$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql

As I try to follow the next step:

sudo dnf install mysql-community-server

I get the error: Error

1

There are 1 best solutions below

2
On

From https://repo.mysql.com/yum/mysql-8.0-community/fc/, there is no 36 directory for fc36.