1
0
Fork 0
MySQLDumper/language/help_en.html

114 Zeilen
6.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Daniel Schlichtholz in 2002">
<link rel="stylesheet" type="text/css" href="../styles.css">
<title>MySqlDump Help</title>
</head>
<body>
<h3>About this project</h3>
The idea for this project comes from Daniel Schlichtholz.<p>In 2004 he created a forum called <a href="http://www.daniel-schlichtholz.de/board" target="_blank">MySQLDump</a> and soon, programmers who wrote new scripts, supplemented Daniel's scripts.<br>After a short time the small backup-script developed into a stately project.<p>If you have any improvement suggestions you can visit the MySQLDump-Forum: <a href="http://www.daniel-schlichtholz.de/board" target="_blank">http://www.daniel-schlichtholz.de/board</a>.<p>We wish you a lot of fun with this project.<br><br><h4>The MySQLDump-Team</h4>
Daniel Schlichtholz - Steffen Kamper - Alexander F&ouml;disch <br>
Logo by Lukas - <a href="http://www.protecus.de" target="_blank">Protecus.de</a><br>
May 2004
<hr>
<h3>MySqlDump Help</h3>
<h4>Download</h4>
This Script is available on the Homepage of MySQLDump.<br>
It is recommanded to visit the Homepage frequently to get the latest information, updates and help.<br>
The address is <a href="http://www.daniel-schlichtholz.de/board" target="_blank">
http://www.daniel-schlichtholz.de/board
</a>
<h4>System Mandatories</h4>
The Script works with nearly any server (Windows, Linux, ...) <br>
and PHP >= Version 4.3.4 with GZip-Library, MySQL (>= 3.23), JavaScript (must be enabled).
<h4>Installation</h4>
The installation is very easy.
Unpack the archive in any folder,
which is accessible from the Webserver<br>
(e.g. in the root directory [Server rootdir/]MySQLDump)<br>
Then edit the file config.php with any editor and enter your
database names and user/passwords, and save the file.<br>
... all done!<br>
you can start MySQLDump in your Browser by typing "http://webserver/MySQLDump"
<h4>Operating</h4><ul>
<h6>Menu</h6>
In the select box above you choose your database.<br>
All actions refer to this database.
<h6>Home</h6>
Here you get information about your system, the version numbers and details about the configured databases.<br>
If you click on a database in the table, you get a list of tables with record counts, size and last update stamp.
<h6>Configuration</h6>
Here you can edit your configuration, save it or load the default settings.
<ul>
<li><a name="conf1"><strong>Configured Databases:</strong> list of configured databases. The active database is in bold.</li>
<li><a name="conf2"><strong>Table-Prefix:</strong> you can choose a prefix for each database seperated. The prefix is a filter, which only handle the tables in a dump, that start with this prefix (e.g. all tables starting with "phpBB_"). If you don't want to use it, leave this field empty.</li>
<li><a name="conf3"><strong>GZip-Compression:</strong> Here you can activate the compression. It is recommended to work with compression because of the smaller size of files, netherless disk space is ever rarely.</li>
<li><a name="conf19"></a><strong>Records count for backup:</strong> These are the number of records which are being read simultaneously while the backup, before the script makes the callback. For slow server you can reduce this parameter to prevent timeouts.</li>
<li><a name="conf20"></a><strong>Records count for restore:</strong> These are the number of records which are being read simultaneously while the backup, before the script makes the callback. For slow server you can reduce this parameter to prevent timeouts.</li>
<li><a name="conf4"><strong>Directory for Backup files:</strong> choose your directory for the backup files. If you choose a new one, the script will create it for you. You can use relative or absolute paths.</li>
<li><a name="conf5"><strong>Send dumpfile as email:</strong> When this option is enabled, the script will automatically send the finished backup file as an email with an attachment (be careful!, you should use compression with this option because the dumpfile may be too large for email!)</li>
<li><a name="conf6"><strong>Email address:</strong> Recipient's email address</li>
<li><a name="conf7"><strong>Email subject:</strong> The subject of the email</li>
<li><a name="conf13"><strong>FTP-Transfer: </strong>When this option is enabled, the script will automatically send the finished backup file via FTP.</li>
<li><a name="conf14"><strong>FTP Server: </strong>the Address of the FTP-Servers (e.g. ftp.mybackups.de)</li>
<li><a name="conf15"><strong>FTP Server Port: </strong>the Port for the FTP-Server (normally 21)</li>
<li><a name="conf16"><strong>FTP User: </strong>the username for the FTP-Account</li>
<li><a name="conf17"><strong>FTP Passwort: </strong>the password for the FTP-Account</li>
<li><a name="conf18"><strong>FTP Upload-Ordner: </strong>the folder for saving the backup file (there must be Upload-Rights!)</li>
<li><a name="conf8"><strong>automatic deletion of backups:</strong> When you activate this options, backup files will be deleted automatically by the following rules. Combinations are possible.</li>
<li><a name="conf9"><strong>Delete by age of files (in days):</strong> A Value > 0 deletes all files older than the value in days</li>
<li><a name="conf10"><strong>Delete by number of files:</strong> A Value > 0 deletes all files except the given value</li>
<li><a name="conf11"><strong>Langauge:</strong> choose your language for the interface.</li>
<li><a name="conf12"><strong>Time limit for Cronjob:</strong> this value in seconds increases the allowed time limit of the process in seconds when your ISP allows that.</li>
</ul>
<h6>Management</h6>
All the actions are listed here.<br>
You see all files in the backup directory.
For the actions "Restore" and "Delete" you have to select a file first.
<UL>
<li><strong>Restore:</strong> you restore the database with the records of the selected backupfile.</li>
<li><strong>Delete:</strong> you can delete the selected backup file.</li>
<li><strong>Start new Dump:</strong> here you start a new backup (dump) with your configured parameters.</li>
</UL>
<h6>Log</h6>
You can read the Log entries and delete them.
<h6>Credits / Help</h6>
This page.
</ul><br>last Update: 2004-05-30
<br><p align="center" class="small">
Idea:
<a class="small" href="http://www.daniel-schlichtholz.de" target="_new">
Daniel Schlichtholz</a> - Info Board:
<a class="small" href="http://www.daniel-schlichtholz.de/board" target="_new">
www.daniel-schlichtholz.de/board</a></p>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</body>
</html>