Backup MySQL database scheduler for MySQL databases - local and remote in the Web. The DumpTimer offers access to every MySQL database on the web. Even if the database is hosted behind a firewall the DumpTimer backup MySQL
how to copy a MySQL databases from a local network to a remote server in the Web?
We present the solution!
The DumpTimer is intended to backup MySQL databases and tables periodically (Dump MySql). It also allows the transfer of a MySQL database and MySQL tables between different MySQL servers (Restore MySQL).
Firewalls will not block the access to the MySQL database because a small PHP script which has to be copied to the webserver encapsulates (and encrypts) the access to the MySQL database.
Different profiles for every MySQL server can be defined.
Even if runtime timeouts for scripts set by the providers you have no problems to backup MySQL databases or restore MySQl databases because the data will be transferred compressed in parts of 100 KB - 5 MB packet size.
A scheduler can be customized to determine the MySQL databases and tables to be backup /dump -ed (and transferred / restore -d).
The data can be transferred compressed (gzip) and encryped (blowfish or SSL) between client and server. If you backup MySQL databases (MySQL dump) the dumpfiles are stored compressed (gz-file).
After every MySQL backup /MySQL dump it is possible to restore or transfer the MySQL tables directly to another MySQL server.
For example, you can transfer MySql databases from local computers to remote servers in the internet.
To access MySQL databases on local servers it is also possible to use the MySQL API library “libmysql.dll”.
Requirements
Client: Windows 95/98/ME or Windows NT 4.0/2000/XP
Webserver: PHP 3/4 (with mCrypt und zLib-library - only if you want to encrypt and compress data)