phpMyAdmin

Overview

phpMyAdmin is a free and open source administration tool for MySQL and MariaDB


Creating a database using phpMyAdmin

Turn on your server and open http://localhost (select your project folder) and http://localhost/phpmyadmin. Create your new database and populate with the desired tables.

First create a new database by clicking on the "New" button.




Then create a new table in the database

and fill out the new columns

If you want the id to be a primary key scroll to the right and select "A_I"


The final table should look like this

Comments (0)

Search Here