You’ve come to the right place if you’re new to MySQL and excited to use its power for your projects. In this post, we’ll walk
Category: MySQL
How to Install MariaDB on Ubuntu 18.04|20.04|22.04
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
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
How to Create simple register and login page with PHP-OOP and MySQL | Part 1.
In this tutorial, we are going to create a register page that allows user to enter data and submit to MySQL database with PHP as
How to Install MySQL CLient on Ubuntu 20.04 LTS.
MySQL Client is a shell. It enable you access you access and manage MySQL database remotely. In this case, MySQL is not installed on your
How To Create Simple Login Page With HTML PHP and MySQL.
In my past tutorial, Register and Login Page With PHP-OOP and MySQL | Part 1, we only managed to create a page that allow user