Creating a table in the database using PhpMyAdmin
Now let's create a table users
in our test
database. Click on the name test
in the left sidebar to go to this database. Then select the Structure
tab:

Next, go to the Create new table
section. In the Table name
input, enter the table name - users
. In the input on the right, you can set the number of columns (fields) in the table. For now, the default number will do - 4
. To complete the table creation, click the Create
button:

Now a window with the table structure will open, in which you can assign a name and data type to the fields:

In the database, create a table users
.