This is a discussion on RE: [PHP] Restoring a mysql database without shell access. within the PHP General forums, part of the PHP Programming Forums category; Not sure why you've ruled out PHPMyAdmin, but there are quite a few tools out there; try searching http://...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Not sure why you've ruled out PHPMyAdmin, but there are quite a few tools
out there; try searching http://www.hotscripts.com/PHP/Script...ams/index.html http://sourceforge.net/search/ just to name a couple. Warren Vail -----Original Message----- From: Jeff Pauls [mailto:jeff@taylorgeorge.com] Sent: Wednesday, November 26, 2003 2:25 PM To: php-general@lists.php.net Subject: [php] Restoring a mysql database without shell access. I'm currently having trouble finding a way to dump an existing mysql database file into a new mysql database. The problem is I don't have shell access to the new server and there is no import database function in the host manager. Is there a way to dump it from a PHP script or any good apps for restoring databases besides PHPmyadmin.? Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |