$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install MariaDB on Zorin OS

May 4, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Enabling MariaDB Repo

    Add MariaDB Repository for Zorin OS GNU/Linux

    Here Enabling MariaDB Repo for Zorin OS
    Link to Add MariaDB Repo for Zorin OS GNU/Linux

    For Zorin 15 setup it as for the Ubuntu 18.04 Release.
    Choose the MariaDB Development, Stable or OldStable Version.

  2. 3. Installing MariaDB

    Then to Install MariaDB in Zorin OS Linux
    Simply play:

    Copy
    sudo apt install mariadb-server

Contents