Page 1 of 1

PHPMYADMIN - Sichern

PostPosted: 03. July 2006 09:18
by putz
Hallo!
Ich habe XAMPP Version 1.4.5.

Nun möchte ich meinen PC neu aufsetzen.
Nur, wie sichere ich die Datenbanken?

Nach dem aufsetzen möchte ich unbedingt ein neueres XAMPP haben.
Höchtwahrscheinlich bekomme ich bald einen SUSE ;-) Server *g*

Kann ich dort die datenbanken einfach so importieren?


1. Wie sichere ich die DB's?

Danke

PostPosted: 03. July 2006 19:21
by sari42
pma-main->exportieren->Alle db auswählen

alles anmachen:
Structure
Add DROP TABLE / DROP VIEW
Add IF NOT EXISTS
Add AUTO_INCREMENT value
Enclose table and field names with backquotes
Add into comments
Creation/Update/Check dates
Data
Complete inserts
Extended inserts
Maximal length of created query

Use hexadecimal for binary fields
Export type gzip

und los
(vielleicht mal mit einer db auch das rückspielen/import üben)