php dump

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
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

php dump

Post by ddragas »

What script R U using for dump data from db or U R using phpMyAdmin?

I was looking for some script for dumping data from db, that is able later importing same data into db.

Talkin about *.sql files
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I R using mysqldump.

.. Command line tool.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

Post by ddragas »

Do You alow clients to make backups, and restore data in your applications, or you do it for them?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

ddragas wrote:Do You alow clients to make backups, and restore data in your applications, or you do it for them?
If they're paying, I do it. Otherwise the main contract is over by that point, so it's on them.
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

on test box I use MySQL Administrator

on live it all depends on what the host has installed, usually phpMyAdmin.
Post Reply