Re: [PHP] Best way to take a copy of a Database from Server to server

2001-08-07 Thread Andrew Brampton
Sent: Tuesday, August 07, 2001 3:26 PM Subject: Re: [PHP] Best way to take a copy of a Database from Server to server > No I don't really have Telnet accessI have only access to phpMyAdmin > 2.0.1 via my Hosting Control Panel... > And it happens that both servers have this tool t

Re: [PHP] Best way to take a copy of a Database from Server to server

2001-08-07 Thread elias
No I don't really have Telnet accessI have only access to phpMyAdmin 2.0.1 via my Hosting Control Panel... And it happens that both servers have this tool to access the database. How can I copy from a server to another? Please Help! "Jon Farmer" <[EMAIL PROTECTED]> wrote in message [EMAIL

Re: [PHP] Best way to take a copy of a Database from Server to server

2001-08-07 Thread Daniel Rezny
Hello elias, Tuesday, August 07, 2001, 3:52:57 PM, you wrote: e> Hello. e> I have two MySql databases running on different servers. I have no root e> access and only PHP + Mysql and MysqlAdmin. e> How can i take a dump of first database (which is about 1MB) and restore e> that dump on the seco

RE: [PHP] Best way to take a copy of a Database from Server to server

2001-08-07 Thread Karl Phillipson
This might be of some use? http://www.mysql.com/doc/m/y/mysqlhotcopy.html == Karl Phillipson PHP SQL Programmer Saffron Hill Ventures 67 Clerkenwell Road London EC1R 5BL Saffron Hill: 0207 693 8300 Direct Line: 0207 693 8318 -Original Message- From: el

RE: [PHP] Best way to take a copy of a Database from Server to server

2001-08-07 Thread Jon Farmer
>How can i take a dump of first database (which is about 1MB) and restore >that dump on the second one? If you have Telnet access use the mysqldump and mysql clients to export then import. Regards Jon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED