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
How to back up xampp database?
Moderator: General Moderators
Re: How to back up xampp database?
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.