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
ddragas
Forum Contributor
Posts: 445 Joined: Sun Apr 18, 2004 4:01 pm
Post
by ddragas » Fri Aug 18, 2006 2:06 am
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
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Fri Aug 18, 2006 2:09 am
I R using mysqldump.
.. Command line tool.
ddragas
Forum Contributor
Posts: 445 Joined: Sun Apr 18, 2004 4:01 pm
Post
by ddragas » Fri Aug 18, 2006 7:26 am
Do You alow clients to make backups, and restore data in your applications, or you do it for them?
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Fri Aug 18, 2006 9:02 am
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.
Jenk
DevNet Master
Posts: 3587 Joined: Mon Sep 19, 2005 6:24 am
Location: London
Post
by Jenk » Fri Aug 18, 2006 10:16 am
on test box I use
MySQL Administrator
on live it all depends on what the host has installed, usually phpMyAdmin.