Dec
05
2015
How to install MySQL server in fedora
By abernal
In order to install MySQL server in fedora, we must follow these steps:
Process
1. Within the machine execute this command
[user@machine ~]# sudo dnf install mysql mysql-server
2. Within the machine execute this command
[user@machine ~]# sudo systemctl start mariadb.service
3. Once it is done installing, you can set a root MySQL password: