DEV Community

Indra Wahyu
Indra Wahyu

Posted on

Failed to Install mariadb-server Fedora35?

I try to install mariadb-server following this docs.fedoraproject.org and i have error
mariadb instalation error
I asked the community for help..

So to install mariadb-server is very easy because it is already in the official repository fedora35 ehehe,, so use this code

sudo dnf install mariadb-server
Enter fullscreen mode Exit fullscreen mode

Use this to start

sudo systemctl enable mariadb
Enter fullscreen mode Exit fullscreen mode

And use this to enable on system startup

sudo systemctl enable mariadb
Enter fullscreen mode Exit fullscreen mode

if you have already installed a third-party repository then delete the repository first (use this) and then continue to install


Reference

Top comments (0)