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
: elias [mailto:[EMAIL PROTECTED]] Sent: 07 August 2001 14:53 To: [EMAIL PROTECTED] Subject: [PHP] Best way to take a copy of a Database from Server to server Hello. I have two MySql databases running on different servers. I have no root access and only PHP + Mysql and MysqlAdmin. How can i take a

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

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

2001-08-07 Thread elias
Hello. I have two MySql databases running on different servers. I have no root access and only PHP + Mysql and MysqlAdmin. How can i take a dump of first database (which is about 1MB) and restore that dump on the second one? Actually, I'm doing a structure dump, but the outputed SQL text is ver