Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Software-Projekte der Mitglieder (https://www.delphipraxis.net/26-software-projekte-der-mitglieder/)
-   -   AutoBackup for XP [MySQL] (https://www.delphipraxis.net/76272-autobackup-xp-%5Bmysql%5D.html)

jeroen_a 1. Sep 2006 08:58


AutoBackup for XP [MySQL]
 
Hi,

Ich will hier mal mein AutoBackup for XP vorstellen.

Beschriebung:

Ein kleines, aber feines Programmchen, das wie das wie das Auto Backup 2.0 funktioniert, nur das es jetzt unter Windows läuft.
Es liest die MySQL Datenbank und legt von allen oder einzelen Tabellen Backups an.

Screenshot:

http://img.jeroen.homeunix.net/auto_backup_for_xp.jpg

Features:

:arrow: Lies die Datenbank aus, und erstellt die MySQL Befehle.
:arrow: Speichert die Backup als Datei ab.
:arrow: Über ein zusatz Tool können die Backups wieder hergestellt werden.
(Auch die Backups der PHP Version)
:arrow: Legt nicht austomatisch Backups an, wie die PHP Verison.

Download:
hier

Viel Spass damit, und bitte nur konstrukive Kritik.

jeroen

alcaeus 1. Sep 2006 09:10

Re: AutoBackup for XP [MySQL]
 
Moin,

warum heisst das Ding "for XP", wenn es fuer mySQL ist? :gruebel:

Weiters eine Frage: wie sehen die generierten Datenqueries aus?
So:
SQL-Code:
INSERT INTO foo (a, b, c) VALUES (1, 2, 3);
INSERT INTO foo (a, b, c) VALUES (4, 5, 6);
oder so
SQL-Code:
INSERT INTO foo VALUES (1, 2, 3);
INSERT INTO foo VALUES (4, 5, 6);
oder doch so
SQL-Code:
INSERT INTO foo (a, b, c) VALUES (1, 2, 3),
(4, 5, 6);
Ich wills jetzt nicht saugen und testen ;)

Ausserdem, koenntest du bitte sagen, mit welcher mySQL-Version das laeuft? ;)

Greetz
alcaeus

jeroen_a 1. Sep 2006 09:23

Re: AutoBackup for XP [MySQL]
 
Hi,

so ...
Zitat:

Zitat von alcaeus
SQL-Code:
INSERT INTO foo VALUES (1, 2, 3);
INSERT INTO foo VALUES (4, 5, 6);



Zitat:

Ausserdem, koenntest du bitte sagen, mit welcher mySQL-Version das laeuft?
Mit der aktuelleslsten läufs Problem los.
:-D


jeroen

jeroen_a 3. Sep 2006 09:21

Re: AutoBackup for XP [MySQL]
 
als ein paar comments könnte ihr schon bringen !


jeroen


Alle Zeitangaben in WEZ +1. Es ist jetzt 11:09 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz