Installing
- 
2. Enabling MariaDB RepoAdd MariaDB Repository for Debian GNU/Linux 
- 
3. Installing MariaDBThen to Install MariaDB on Debian 
 Simply play:sudo apt install mariadb-server 
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
Add MariaDB Repository for Debian GNU/Linux
Then to Install MariaDB on Debian
Simply play:
sudo apt install mariadb-server