MariaDB is a popular community-developed, commercially supported system of the MySQL relational database management system made with the purpose to remain free and open-source software
Tag: MySQL
How To Install MySQL in Ubuntu 18.04
MySQL Database is an open-source relational database that developers and organizations use to store, accessing and retrieving data. Mysql stores data in a structured manner,
How To Create Tables in MySQL Database With PHP
In this article, we are going to learn how to create table in to mysql database without directly interacting with with database itself. We are