First select the database to which data needs to be added
Then select the data table to which data needs to be added
Then click [SQL]
Use the insert statement to insert data into the data table, click the "Execute" button to insert a piece of data into the data table
Execution statement: insert into tb_admin(`name`,`pwd`) values('tm','111'), execution result:
Successfully added data information:
Recommended related articles and tutorials: phpmyadmin tutorial
The above is the detailed content of How to add data using phpmyadmin. For more information, please follow other related articles on the PHP Chinese website!