I try to install mariadb-server following this docs.fedoraproject.org and i have 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
Use this to start
sudo systemctl enable mariadb
And use this to enable on system startup
sudo systemctl enable mariadb
if you have already installed a third-party repository then delete the repository first (use this) and then continue to install
Top comments (0)