Can't seem to keep track of how or when you backed up your database(s). If you have more than one like I do (I currently have 12 for 12 different test sites!) it can be a headache keeping them organized, backed up and restoring them.
Well, with
MySQL Dumper you can do all of that and a lot more! Basically, you upload the MySQL Dumper files to a new directory on your server and run it from there. With it, you can:
1. View all of your databases on your server as well as how many tables are in each one at a glance.
2. Backup all of your databases.
3. Restore all of your databases.
4. View server info like mysql and php version, operating system, PHP-extensions, server status, free space on the server, the number of backups you have, the last backup made, and more!
5. Create or remove directory protection for MySQL Dumper via .htaccess.
6. Edit, insert, delete, query, etc. database tables and even more than phpmyadmin can do!
7. Create and save different configurations to automate backups and restores.
8. Create cronjobs to automate things.
9. Email notification when a task is complete.
10. Upload database up to 50mb in size. For anything larger than that you can FTP it to a folder and work it from there.
11. FTP configuration.
12. Backup compression, if needed.
13. Ability to delete old tables when restoring tables.
14. Select certain tables for backup, not just the entire db, if needed.
15. Choose language encoding of backups as well as the ability to enter comments!
16. Multi-part backups for larger databases.
17. Restore for multi-part backups.
18. Can convert .sql files to .sql.gz as well as compress them.
19. Log your activities as well as delete the logs.
20. PERL support.