Re: Data transfer

2008-04-13 Thread Krishna Chandra Prajapati
Development server has multiple databases. On Fri, Apr 11, 2008 at 3:07 PM, Ananda Kumar [EMAIL PROTECTED] wrote: does your development server have only one database or multiple database. regards anandkl On 4/11/08, Krishna Chandra Prajapati [EMAIL PROTECTED] wrote: Hi, What ever

Data transfer

2008-04-11 Thread Krishna Chandra Prajapati
Hi, What ever queries are executed on 5 mysql server with multiple database (more than one database on each mysql server). I have to reflect all the changes on 1 mysql server (developement server for developers) Initially, I thought to take take the queries from bin-log and execute on

Re: Data transfer

2008-04-11 Thread Ananda Kumar
does your development server have only one database or multiple database. regards anandkl On 4/11/08, Krishna Chandra Prajapati [EMAIL PROTECTED] wrote: Hi, What ever queries are executed on 5 mysql server with multiple database (more than one database on each mysql server). I have to

RE: Data transfer

2008-04-11 Thread Muthukumar-Fijilive
Development), Webmasters Ltd. -Original Message- From: Krishna Chandra Prajapati [mailto:[EMAIL PROTECTED] Sent: Friday, April 11, 2008 6:59 PM To: mysql; [EMAIL PROTECTED] Subject: Data transfer Hi, What ever queries are executed on 5 mysql server with multiple database (more than one

RE: Data transfer

2008-04-11 Thread Muthukumar Selvarasu
Development), Webmasters Ltd. -Original Message- From: Krishna Chandra Prajapati [mailto:[EMAIL PROTECTED] Sent: Friday, April 11, 2008 6:59 PM To: mysql; [EMAIL PROTECTED] Subject: Data transfer Hi, What ever queries are executed on 5 mysql server with multiple database (more than one

No data transfer, using Mysql Toolkit

2005-08-03 Thread Nguyen, Phong
All, I used migration tool kit from myslq and did migration from Oracle to Mysql. No error occurred, but there are no data transfer? Do I need to set up something on the server before I do migration? Thank younguyen -- MySQL General Mailing List For list archives: http://lists.mysql.com

Re: Log data transfer amount?

2005-02-04 Thread DreamWerx
No ideas internally to mysql, you can always fire up a sniffer (sniffit, tcpdump, etc).. something like that would tell you. On Mon, 31 Jan 2005 20:32:49 -0500, John May [EMAIL PROTECTED] wrote: Anyone have any ideas on this one? : I've scoured the MySQL manuals... does anyone know if

Re: Log data transfer amount?

2005-01-31 Thread John May
Anyone have any ideas on this one? : I've scoured the MySQL manuals... does anyone know if there's any way to log the amount of data that individual queries produce? Eg: like bytes transferred in a web server log? - John -- ---

Log data transfer amount?

2005-01-28 Thread John May
I've scoured the MySQL manuals... does anyone know if there's any way to log the amount of data that individual queries produce? Eg: like bytes transferred in a web server log? - John -- --- John May : President

One-way data transfer

2001-04-04 Thread Eric Anderson
Let's say I've got a database on primary server (cluster1) and periodically I need to purge data from it to a remote archive database. What's the best way? I thought about replication, but I don't want the data to stick around in the cluster1 database. Is a dump via SSH the best/easiest way?