Backup database

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
ng_king
Forum Newbie
Posts: 4
Joined: Tue Apr 20, 2004 10:22 pm

Backup database

Post by ng_king »

I want to design my own backup database program. with a simple click on the button i can backup the database structure and data into my local PC. pls help.
lostboy
Forum Contributor
Posts: 329
Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada

Post by lostboy »

write a script that uses mysqldump to pump out the backup and email the file to you
gabrielharrison
Forum Newbie
Posts: 1
Joined: Fri Jul 16, 2004 10:14 am
Location: UK

Post by gabrielharrison »

Hi,

I solved this by using phpmyadminand just working out the url that I needed.

Mine used something like this:

http://localhost/phpMyAdmin-2.5.3-rc3/e ... ssion=none
Post Reply