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

How to Install Adminer on Fedora 30 Gnu/Linux

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

Installing

  1. 4. Installing Adminer

    Then to Set up Adminer on Fedora:
    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 Fedora 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