How Do You Find the Version of MariaDB That Is Installed on Your Linux Server?

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

Leave a comment

Your email address will not be published. Required fields are marked *