Install Mysql in Fedora Distribution
Author: Rodrigo Cunha
In your terminal:
sudo dnf -y install https://dev.mysql.com/get/mysql80-community-release-fc32-1.noarch.rpm
sudo dnf -y install mysql-community-server
sudo systemctl start mysqld.service
In your terminal:
sudo dnf -y install https://dev.mysql.com/get/mysql80-community-release-fc32-1.noarch.rpm
sudo dnf -y install mysql-community-server
sudo systemctl start mysqld.service
mkdir mysql-ws
to download mysql filescd mysql-ws
, download the mysql bundle.
wget https://downloads.mysql.com/archives/get/p/23/file/mysql-server_5.7.28-1ubuntu18.04_amd64.deb-bundle.tar
tar -xvf mysql-server_5.7.28-1ubuntu18.04_amd64.deb-bundle.tar
rm -rf mysql-testsuite_5.7.28-1ubuntu18.04_amd64.deb mysql-community-test_5.7.28-1ubuntu18.04_amd64.deb
sudo dpkg -i mysql-*deb