RE: The best way to transfer data to another server

2005-03-30 Thread Denis Gerasimov
> > > > Are there any standard MySQL tools available for doing that (I mean > > > MySQL > > > > Administrator/Query Browser etc.) > > Have you looked at mysqldump and mysqlhotcopy? I know about standard mysqldump utility but I actually needed something with GUI interface. > > I assume that tha

RE: The best way to transfer data to another server

2005-03-30 Thread SGreen
My response intermixed... "Denis Gerasimov" <[EMAIL PROTECTED]> wrote on 03/30/2005 09:29:00 AM: > > > > > > > Hello list, > > > > > > I have two MySQL 4.1 servers, one local and one remote. I need to > > transfer > > > database from one server to another. What actually is the best way of > >

RE: The best way to transfer data to another server

2005-03-30 Thread Dan Bolser
On Wed, 30 Mar 2005, Denis Gerasimov wrote: > >> > >> > Hello list, >> > >> > I have two MySQL 4.1 servers, one local and one remote. I need to >> transfer >> > database from one server to another. What actually is the best way of >> > handling this task? >> > >> > Are there any standard MySQL too

RE: The best way to transfer data to another server

2005-03-30 Thread Denis Gerasimov
> > > > Hello list, > > > > I have two MySQL 4.1 servers, one local and one remote. I need to > transfer > > database from one server to another. What actually is the best way of > > handling this task? > > > > Are there any standard MySQL tools available for doing that (I mean > MySQL > > Adminis

Re: The best way to transfer data to another server

2005-03-30 Thread Rhino
- Original Message - From: "Denis Gerasimov" <[EMAIL PROTECTED]> To: "MySQL General List" Sent: Wednesday, March 30, 2005 1:12 AM Subject: The best way to transfer data to another server > > Hello list, > > I have two MySQL 4.1 servers, one lo

Re: The best way to transfer data to another server

2005-03-30 Thread Gleb Paharenko
Privet:) See: http://dev.mysql.com/doc/mysql/en/upgrading-to-arch.html http://dev.mysql.com/doc/mysql/en/moving.html "Denis Gerasimov" <[EMAIL PROTECTED]> wrote: > > Hello list, > > I have two MySQL 4.1 servers, one local and one remote. I need to transfer > database from

The best way to transfer data to another server

2005-03-29 Thread Denis Gerasimov
Hello list, I have two MySQL 4.1 servers, one local and one remote. I need to transfer database from one server to another. What actually is the best way of handling this task? Are there any standard MySQL tools available for doing that (I mean MySQL Administrator/Query Browser etc.) Best regar