Featured

Web development lesson 42 mysql table creation through phpmyadmin



Published
To start any kind of project in PHP, you need to create a table in PhpMyAdmin.To create a table in PhpMyAdmin first you have to create a database.So, first of all, we show you how to create a database in PhpMyAdmin. Please follow the below step to easily create a database PhpMyAdmin.Here are the main steps:
Creating a Table in phpMyAdmin for the First Time
Log in to the phpMyAdmin interface.
In the right side of the interface, enter the name of your first table and select the number of columns it should have.
Click Go.
Fill in the column information for your table (Name, Type, Default, etc.) ...
Click Save.
Category
Web design
Be the first to comment