abernal's blog

How to install MySQL server in fedora

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:

Pages

Subscribe to RSS - abernal's blog