I knew the mysqldump method. I'm using it frequently. My problem is that
I'm writing this script for a client and I do not have shell access to
his host. Or should I run mysqldump from PHP? I want a general
solution which could be re-usable an all hosts wheter I can access
mysqldump or not.
So, a
I'm pretty sure you're looking in the wrong place. The command you are
looking for is mysqldump and it is part of the mysql command set. With
the right parameters it will create a file that can be used to restore
your entire database to a working state.
I'm not sure how PHPAdmin does it. I use a
Hello,
I'm looking for a premade PHP script / class or a tutorial on how to
export the structure and data of a few given MySQL tables as seen in
phpMyAdmin.
Any ideeas would be also appreciated.
I searched the major web sites (like hotscripts.com, phpclasses.org) and
this list's archive but I
3 matches
Mail list logo