Page 1 of 1

Backup Restore MySQL Database through PHP

Posted: Thu Feb 08, 2007 5:26 am
by dhaval_83
Hi all,

another big one... Smile

is there any facility in PHP Code for backup and restore MySQL database?

i have the code for import-export but all constrains are not covered in that... For example it gives me DROP, CREATE,INSERT Only... not Stored Procedures, Foreign Key constrains, etc. Sad

Please give me solution if anyone has...

Thanks and Regards
Dhaval Trivedi

Posted: Thu Feb 08, 2007 5:40 am
by louie35
try a program like Navicat or use PHPMyAdmin

Posted: Thu Feb 08, 2007 6:51 am
by dhaval_83
louie35 wrote:try a program like Navicat or use PHPMyAdmin
Hi,

i have used PHPMyAdmin code but it is not giving me output as i want. like stored procedure, foreign key, etc.

please let me know if you have other solution..

Thanks
Dhaval