How to back up xampp database?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
azhan
Forum Commoner
Posts: 68
Joined: Fri Jun 27, 2008 6:05 am

How to back up xampp database?

Post by azhan »

hey guys!

how to back up all the data that located in the xampp folder?

i mean, how to backup all the tables including its data?

so that...whenever my pc crash...i could re-install xampp...and just add up the back up data back into the system....

any idea??

thanks

azhan
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: How to back up xampp database?

Post by Jade »

You can always run phpmyadmin and dump your whole database structure/data to files. Then copy all your htdocs files and the database files to a CD or external hard drive. If anything ever crashes, import your database info back in and replace the htdocs folder with the one you saved.
Post Reply