Re: version 5 to 4

2010-02-15 Thread Glyn Astill


--- On Mon, 15/2/10, Prathima Rao prathiman...@vsnl.net wrote:

 From: Prathima Rao prathiman...@vsnl.net
 Subject: Re: version 5 to 4
 To: mysql@lists.mysql.com
 Date: Monday, 15 February, 2010, 7:09
 hi mysql tem,
 
 i have a version 5 on which i have developed a database
 now one of the systmem  has 4 
 i tried to migrate from 5 to 4 it says 
 
 THE TABLES HAVE BEEN CREATED IN LATER VERSION
 
 I AM not able to see any table
 any solutions for this?
 
 i need this data in version 4
 
 pls help
 

Try dumping the database as sql from the v5 server with mysqldump and then load 
it into the v4 server. You may need to tweak the resulting sql from the dump to 
get it to load correctly.




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org



Re: version 5 to 4

2010-02-15 Thread Peter Brawley

 i need this data in version 4

Create the mysqldump script with the --compatible-mysql4 option.

PB

-

Prathima Rao wrote:

hi mysql tem,

i have a version 5 on which i have developed a database
now one of the systmem  has 4 
i tried to migrate from 5 to 4 it says 


THE TABLES HAVE BEEN CREATED IN LATER VERSION

I AM not able to see any table
any solutions for this?

i need this data in version 4

pls help

Thanks  Regards,
Prathima Rao
  




No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.435 / Virus Database: 271.1.1/2687 - Release Date: 02/14/10 07:35:00


  


version 5 to 4

2010-02-14 Thread Prathima Rao
hi mysql tem,

i have a version 5 on which i have developed a database
now one of the systmem  has 4 
i tried to migrate from 5 to 4 it says 

THE TABLES HAVE BEEN CREATED IN LATER VERSION

I AM not able to see any table
any solutions for this?

i need this data in version 4

pls help

Thanks  Regards,
Prathima Rao

Re: version 5 to 4

2010-02-14 Thread Prathima Rao
hi mysql tem,

i have a version 5 on which i have developed a database
now one of the systmem  has 4 
i tried to migrate from 5 to 4 it says 

THE TABLES HAVE BEEN CREATED IN LATER VERSION

I AM not able to see any table
any solutions for this?

i need this data in version 4

pls help

Thanks  Regards,
Prathima Rao
  - Original Message - 
  From: Prathima Rao 
  To: mysql@lists.mysql.com 
  Sent: Monday, February 15, 2010 12:32 PM
  Subject: version 5 to 4


  hi mysql tem,

  i have a version 5 on which i have developed a database
  now one of the systmem  has 4 
  i tried to migrate from 5 to 4 it says 

  THE TABLES HAVE BEEN CREATED IN LATER VERSION

  I AM not able to see any table
  any solutions for this?

  i need this data in version 4

  pls help

  Thanks  Regards,
  Prathima Rao