Managing DBs
- 
5. Getting Started Managing DBsFinally, to Access Adminer Web UI on localhost from Browser: http://localhost/adminer-[x.y.z].php 
 Just Replace the [x.y.z] with the Current Version!  
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
Finally, to Access Adminer Web UI on localhost from Browser:
http://localhost/adminer-[x.y.z].php
Just Replace the [x.y.z] with the Current Version!
