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

How to Install Adminer on Linux Mint 18 LTS

November 23, 2018 | By the+gnu+linux+evangelist.

Adminer Linux Mint 18 - Installing

  1. 4. Installing Adminer

    Then to Set up Adminer on Linux Mint:
    The Location is usually into the Downloads folder:
    (But if downloaded with Firefox it can be instead into /tmp/mozilla*)
    So to Setup Adminer, here the Default Linux Mint Server target is supposed:

    sudo mv adminer*.php /var/www/html

    And finally to Set Adminer Ownership:

    sudo chown www-data:www-data /var/www/html