How can I delete the contents of all tables in my database in phpMyAdmin without dropping the database?

后端 未结 10 2676
野趣味
野趣味 2021-02-13 03:22

How can I empty the contents of all tables in my database in phpMyAdmin without dropping any of the tables in the database?

Since I do this several times an hour while i

10条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-13 03:53

    You can delete all data from phpmyadmin function easily. Maybe this feature didn't exists during 2010 when this question was posted, but I feel all beginners can refer to this.

    Delete all data from database

提交回复
热议问题