Restore MySQL and backup MySQL 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 do a MySQL Restore of MySQL databases and MySQL tables?
How to do a MySQL backup of MySQL databases and MySQL tables?
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.
For every MySQL server different profiles can be defined.
Even if runtime limitations (timeouts) for scripts set by the providers you have no problems to dump MySQL databases or restore MySQl databases because the data will be transferred compressed in parts of 100 KB - 5 MB packet size.
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.
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 and encryped between client and server. If you backup MySQL databases (MySQL dump) the dumpfiles are stored compressed (gz-file).
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)