Click to See Complete Forum and Search --> : Export Database


psylang
09-25-2006, 04:35 AM
How can i export my backend web database using php, without logging in to the control panel

chazzy
09-25-2006, 07:03 AM
depends on what DBMS you are using.

psylang
09-25-2006, 10:46 PM
im using mysql, and the script is php

is that possible?

chazzy
09-26-2006, 06:53 AM
mysql has a command line utility, mysqldump, for handling backup/export of database.