tags:

views:

29

answers:

1

hello

i use php on windows , how can i backup mysql to a compressed file so restore from it using php code

thanks?

A: 

You can try reading this. Personally i would just use phpMyAdmin to export the db as a zip file.

Babiker