You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2020. It is now read-only.
phpMyAdmin provides a tab "export" which allows to export the full database contents and download the result as SQL file.
It would be nice to be able to use this. It seems this tool already uses this tab for doing the queries, so it would probably be easy to do.
Use case is doing backups of a hosted website where the only interface to the database is phpMyAdmin and so an automated backup of the database needs to be done this way.