How do I backup a MySQL database?

前端 未结 5 946
日久生厌
日久生厌 2021-01-03 05:42

What do I have to consider when backing up a database with millions of entries? Are there any tools (maybe bundled with the MySQL server) that I could use?

5条回答
  •  渐次进展
    2021-01-03 05:47

    Use the export tab in phpMyAdmin. phpMyAdmin is the free easy to use web interface for doing MySQL administration.

提交回复
热议问题