Problem scenario
You want to know what version of MariaDB is installed on your Linux server. You do not have credentials to log into the SQL prompt. What OS command can you run to determine the version of MariaDB?
Solution
Run this command:
mysql -h localhost -V