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

How to Install MariaDB on Deepin 15 Gnu/Linux

January 18, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Enabling MariaDB Repo

    Add MariaDB Repository for Deepin GNU/Linux

    Enabling MariaDB Repo for Deepin

    Setup it as for the Corresponding Debian Stable Release.
    Choose the MariaDB Development, Stable or OldStable Version.

  2. 3. Installing MariaDB

    Then to Install MariaDB in Deepin Linux.

    sudo apt install mariadb-server

Contents