version 5 to 4
am 15.02.2010 08:02:41 von Prathima Rao
------=_NextPart_000_0137_01CAAE3A.F77B9C90
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
hi mysql tem,
i have a version 5 on which i have developed a database
now one of the systmem has 4=20
i tried to migrate from 5 to 4 it says=20
"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
------=_NextPart_000_0137_01CAAE3A.F77B9C90--
Re: version 5 to 4
am 15.02.2010 08:09:37 von prathman rao
------=_NextPart_000_0141_01CAAE3B.EF672BE0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
hi mysql tem,
i have a version 5 on which i have developed a database
now one of the systmem has 4=20
i tried to migrate from 5 to 4 it says=20
"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 -----=20
From: Prathima Rao=20
To: mysql@lists.mysql.com=20
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=20
i tried to migrate from 5 to 4 it says=20
"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
------=_NextPart_000_0141_01CAAE3B.EF672BE0--
Re: version 5 to 4
am 15.02.2010 10:59:10 von Glyn Astill
--- On Mon, 15/2/10, Prathima Rao wrote:=0A=
=0A> From: Prathima Rao =0A> Subject: Re: version 5 =
to 4=0A> To: mysql@lists.mysql.com=0A> Date: Monday, 15 February, 2010, 7:0=
9=0A> hi mysql tem,=0A> =0A> i have a version 5 on which i have developed a=
database=0A> now one of the systmem=A0 has 4 =0A> i tried to migrate from =
5 to 4 it says =0A> =0A> "THE TABLES HAVE BEEN CREATED IN LATER VERSION"=0A=
> =0A> I AM not able to see any table=0A> any solutions for this?=0A> =0A> =
i need this data in version 4=0A> =0A> pls help=0A>
Try dumping the d=
atabase 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.
=0A
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=3Dgcdmg-mysql-2@m.gmane.o rg
Re: version 5 to 4
am 15.02.2010 17:24:14 von Peter Brawley
--------------000501070600070003070807
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
> 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
>
>
--------------000501070600070003070807--