|
MyDbDump is a Powerful database utility that can
easily perform the following tasks:
1. Import your Access database to MySql,
Even if a direct access to your MySQL database is denied .
If you need to import your Access database
to a Mysql database to use it in your web site you may find a big
problem if your hosting provider doesn't allow Remote connection
to his MySQL servers (which is common), but you can always use
MyDbDump to overcome such restrictions .
MyDbDump allows you to store your Access database in a PHP script,
by Running this PHP script once in your website, you will be able
to Import your Access database to MySQL much faster than if MS
Access databases were copied to MySQL database directly because
the copying to MySQL database is executed with utilization of the
server where the particular script is launched .
Using MyDbDump you can make the conversion manually or schedule
your conversion tasks to be performed automatically.
2. Backup your MySql database:
MyDbDump
stores your MySQL database structure and / or records in a
single PHP file or SQL script , by running the PHP file once in
your Web site, you can restore your Mysql database. Easily
whenever you need. The program supports scheduling of the storing
process to be performed automatically. so using MyDbDump you can
automatically carry out the backup of the specified database
daily, weekly, monthly or once on the established time.
3. Dump your Access database
Mydbdump creates a text file
from your Access db containing the SQL script necessary to
recreate your Access database whenever you need.
4.Converting Access to SQL
Mydbdump creates a SQL file
from your Access db containing the SQL script necessary to create
a MySQL database with the same structure and data of your Access
database
|