How to find out

how to check if a database is mysql or mariadb

 

#    dpkg -l | grep -e mysql -e mariadb
#
#
---