M
M
Max Ba2020-05-12 11:42:58
PHP
Max Ba, 2020-05-12 11:42:58

How to backup a table?

Tell me, how can I backup one of the tables on a regular hosting, for example, every hour?
Of the solutions, I came up with only cron, but I didn’t understand if it would make a backup like mysqldump does
. And the solution is a php script that will collect data from the table and make a backup.sql file Are
there any standard methods?
Hosting backup once a day.
I need one table out of all more often.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya, 2020-05-12
@phpcoder81

hang the mysqldump task in cron with the --tables parameter

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question