Backup Restore MySQL Database through PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dhaval_83
Forum Newbie
Posts: 16
Joined: Tue Feb 06, 2007 12:28 am

Backup Restore MySQL Database through PHP

Post 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
User avatar
louie35
Forum Contributor
Posts: 144
Joined: Fri Jan 26, 2007 8:40 am
Location: Dublin
Contact:

Post by louie35 »

try a program like Navicat or use PHPMyAdmin
dhaval_83
Forum Newbie
Posts: 16
Joined: Tue Feb 06, 2007 12:28 am

Post 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
Post Reply