On 12/29/21 15:25, Miguel Lavalle wrote:
I am installing MariaDB in Fedora 34 server with the following sequence
of commands:
sudo dnf upgrade -y
sudo dnf install -y mariadb-server mariadb-devel
sudo dnf -y install git vim
With this sequence of commands, I get the following installed:
$ mysql --version
mysql Ver 15.1 Distrib 10.5.13-MariaDB, for Linux (x86_64) using
EditLine wrapper
However, if I change the sequence of commands to:
sudo dnf upgrade -y
sudo dnf -y install git vim
sudo dnf install -y mariadb-server mariadb-devel
What I get installed instead is:
$ mysql --version
mysql Ver 8.0.27 for Linux on x86_64 (Source distribution)
Could anyone shed some light on this?
What does "rpm -qi mariadb-server" show in each case?
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure