M
M
Mikhail Salkov2017-06-11 07:56:59
MySQL
Mikhail Salkov, 2017-06-11 07:56:59

Mysql table backup followed by deleting records?

Is there any way to perform mysqldump and immediately delete records from the table?
Or will I have to write a separate script for downloading and deleting?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Talalaev, 2017-06-11
@neuotq

You can delete a database from the command line without going into mysql using mysqladmin
mysqladmin drop database_name

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question