MariaDB

  • What Is MariaDB? A Comparison With MySQL

    What Is MariaDB? A Comparison With MySQL

    Databases are the backbone of many countless applications, it stores and updates all the information related to a service; whether it is small blog and some eCommerce website service or some big financial systems, databases…

  • Export and Import Databases in MariaDB

    Export and Import Databases in MariaDB

    Managing databases is a crucial skill for anyone working with MariaDB. Exporting and importing databases allow you to back up your data, migrate databases between servers, or share them with other developers. This tutorial will…

  • Export and Import Databases in MySQL

    Export and Import Databases in MySQL

    The most difficult part of managing websites are its database and timely backing up and exporting and importing them for many use case. It become super difficult if you do it in terminals using command…

  • Installing MariaDB and secure it on Debian

    Installing MariaDB and secure it on Debian

    MariaDB is one of the best relational databases and we can use it on Debian Linux to host databases for apps, blogs, and websites. In this article we’ll learn installing MariaDB and securing it on…

  • How To Install LEMP on Debian 10?

    How To Install LEMP on Debian 10?

    After a long-time, Debian is finally released their latest built called Debian 10 Buster. As we collected some data about the latest build, it is clear that Debian 10 is featured rich with the latest…

  • How To Install phpMyAdmin on Debian 10?

    How To Install phpMyAdmin on Debian 10?

    After a long-time, Debian upgraded their overall OS and for some reason phpMyAdmin is not there in Debian 10 (Buster) release. Maybe they have removed it this time from apt list to keep everything as…