Installing MySQL on Fedora 25
[root@localhost ~]# dnf install https://dev.mysql.com/get/mysql57-community-release-fc25-9.noarch.rpm
Last metadata expiration check: 5:17:47 ago on Sat Feb 18 17:43:53 2017.
Package mysql57-community-release-fc25-9.noarch is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!
[root@localhost ~]# dnf install mysql-community-server
Last metadata expiration check: 5:18:19 ago on Sat Feb 18 17:43:53 2017.
No package mysql-community-server available.
Error: Unable to find a match.
I'm having trouble and have searched for hours and am at a loss. I've also checked my /etc/yum.repos.d and there is nothing in that for mysql. I would imagine that is part of my problem but have not found anyway way to fix it. Everything I have seen there is already something there for mysql but I can't find anything about getting it there. I'm a bit of a beginner so that doesn't help either... Any help or ideas would be great!
You can give a try to mariadb, that is a fork of MySQL, and it is already included in the default fedora repository.