I have installed yum package "mysql" previously using :
yum install mysql
However when I try and list installed packages using filter:
yum list install *mysql"
It shows nothing but when I list installed packages without I can see package names which I believe is what my mysql installed:
mariadb.x86_64 1:5.5.65-1.el7 @gl
mariadb-libs.x86_64 1:5.5.65-1.el7
Does yum have a concept of short names or aliases? just trying to understand how mysql maps to mariadb.exe and have googled various resources but didn't find anything obvious.