Comments - Installing MariaDB with yum/dnf

6 years ago arnisjuraga
This comment has the status of 'removed' and can only be seen by you.

Command yum install MariaDB-server MariaDB-client seems to be case sensitive with an example repositories. On Centos 7 it gives an error:

[root@server-3 centos]# sudo yum install MariaDB-server MariaDB-client
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * epel: mirror.netweaver.uk
No package MariaDB-server available.
  * Maybe you meant: mariadb-server
No package MariaDB-client available.
Error: Nothing to do

although

yum install mariadb-server mariadb-client

works correctly and installs.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.