Get 10% discount for your first web hosting purchase. Promotion code: WELCOMEHOSTIMUL

How to create Tables in a Database with phpMyAdmin?

Login to cPanel.

Under Database, tools select the phpMyAdmin

Select the database you want to work with.

Inside the structure tab, under the list of tables, there will be a place to “Create tables on database.”

Enter the name of your table in the Name section.

Enter the number of columns you want to configure right now in the Number of Columns section.

Press the Go button to proceed to the next screen.

Define the column(s) by entering the following information:

Name the Column.

Select the Type of data the column will hold. Some common types include:

INT = Integer (a number without a decimal point)

CHAR = Characters (can hold text up to a specific length)

VARCHAR = Variable Length Characters (a text field that is not a fixed width).

TEXT = For holding large amounts of text.

DATE = Can only hold dates.

DATETIME = Can hold both a date and a time.

The other fields are optional.

Click on Save when you are finished defining your columns.

We're in Beta! 🚧

Our new website is currently in beta mode. Some features may not work perfectly yet, and there might be a few minor imperfections.
All small issues will be polished and fixed within the next 48 hours.
Thanks for your patience and support! 💜