Backing up sql (mysql) 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
User avatar
ozzy
Forum Commoner
Posts: 74
Joined: Tue Apr 11, 2006 4:45 pm

Backing up sql (mysql) through php

Post by ozzy »

Hey guys. Do you know if there is any way to backup, or display the sql though php, like for site backup purposes (rather via than phpmyadmin)? Thanks.
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

Search for: mysqldump
Post Reply