Re: [PLUG] Database migration tool

2008-03-14 Thread Kenneth Gonsalves
On 15-Mar-08, at 1:34 AM, Sharique uddin Ahmed Farooqui wrote: if data is same and table structure different, you have to write sql scripts to transfer the data from the old to the new - no tool can do it writing code is easier for me than writing sql. So I have decided to write code mi

Re: [PLUG] Database migration tool

2008-03-14 Thread Sharique uddin Ahmed Farooqui
On Fri, Mar 14, 2008 at 4:39 PM, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > On 14-Mar-08, at 4:19 PM, Sharique uddin Ahmed Farooqui wrote: > > >> mysqldump is your friend. > >> > > It seem that u didn't understand problem. > > It have to do mapping for tables and fields for migrating dat

Re: [PLUG] Database migration tool

2008-03-14 Thread शंतनु महाजन (Shant anoo Mahajan)
On 14-Mar-08, at 4:19 PM, Sharique uddin Ahmed Farooqui wrote: On Fri, Mar 14, 2008 at 3:54 PM, शंतनु (Shantanoo) @gmail.com> wrote: mysqldump is your friend. It seem that u didn't understand problem. It have to do mapping for tables and fields for migrating data from one db to another. becau

Re: [PLUG] Database migration tool

2008-03-14 Thread Kenneth Gonsalves
On 14-Mar-08, at 4:19 PM, Sharique uddin Ahmed Farooqui wrote: mysqldump is your friend. It seem that u didn't understand problem. It have to do mapping for tables and fields for migrating data from one db to another. because table structure of both the db are different. if data is same and

Re: [PLUG] Database migration tool

2008-03-14 Thread Kenneth Gonsalves
On 14-Mar-08, at 3:47 PM, Sharique uddin Ahmed Farooqui wrote: I want to migrate one Mysql db another mysql Db. Actually I'm migrating website from one CMS to another. that is not migration. What you need is backup and restore -- regards kg http://lawgon.livejournal.com http://nrcfosshelpl

Re: [PLUG] Database migration tool

2008-03-14 Thread Sharique uddin Ahmed Farooqui
On Fri, Mar 14, 2008 at 3:54 PM, शंतनु (Shantanoo) <[EMAIL PROTECTED]> wrote: > mysqldump is your friend. > It seem that u didn't understand problem. It have to do mapping for tables and fields for migrating data from one db to another. because table structure of both the db are different. > On F

Re: [PLUG] Database migration tool

2008-03-14 Thread शंतनु (Shantanoo)
mysqldump is your friend. On Fri, Mar 14, 2008 at 3:47 PM, Sharique uddin Ahmed Farooqui <[EMAIL PROTECTED]> wrote: > On Fri, Mar 14, 2008 at 6:52 AM, Vivek Khurana <[EMAIL PROTECTED]> wrote: > > On Thu, Mar 13, 2008 at 8:49 PM, Sharique uddin Ahmed Farooqui > > <[EMAIL PROTECTED]> wrote: > >

Re: [PLUG] Database migration tool

2008-03-14 Thread Sharique uddin Ahmed Farooqui
On Fri, Mar 14, 2008 at 6:52 AM, Vivek Khurana <[EMAIL PROTECTED]> wrote: > On Thu, Mar 13, 2008 at 8:49 PM, Sharique uddin Ahmed Farooqui > <[EMAIL PROTECTED]> wrote: > > Hi, > > I want to migrate one database to another another database. I want a > > tool that can let me configure mapping f

Re: [PLUG] Database migration tool

2008-03-13 Thread krazy lizard
Vivek Khurana wrote: > On Thu, Mar 13, 2008 at 8:49 PM, Sharique uddin Ahmed Farooqui > <[EMAIL PROTECTED]> wrote: > >> Hi, >> I want to migrate one database to another another database. I want a >> tool that can let me configure mapping for conversion (like table >> mapping, datatype mapping

Re: [PLUG] Database migration tool

2008-03-13 Thread Vivek Khurana
On Thu, Mar 13, 2008 at 8:49 PM, Sharique uddin Ahmed Farooqui <[EMAIL PROTECTED]> wrote: > Hi, > I want to migrate one database to another another database. I want a > tool that can let me configure mapping for conversion (like table > mapping, datatype mapping,.. etc) > Yup there are tools b

[PLUG] Database migration tool

2008-03-13 Thread Sharique uddin Ahmed Farooqui
Hi, I want to migrate one database to another another database. I want a tool that can let me configure mapping for conversion (like table mapping, datatype mapping,.. etc) Thanks -- Sharique uddin Ahmed Farooqui (C++/C# Developer, IT Consultant) -- _