Page 1 of 1

How to back up xampp database?

Posted: Wed Oct 29, 2008 6:56 am
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

Re: How to back up xampp database?

Posted: Tue Nov 04, 2008 4:05 pm
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.