1

is it possible to automatically export mysql database in phpmyadmin

2 Answers 2

3

PMA don't have any scheduler itself. use mysqldump + cron instead of.

Sign up to request clarification or add additional context in comments.

Comments

-1

Yes, it is possible to automatically export a database in PHPMyAdmin

But there you have to Run a Cron job script and set this script on the server and after that schedule a specific date and time to export a database.

Test to Verify if the Script is Working Correctly.

1 Comment

This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.