Re: upgrading to mysql 5

2005-12-27 Thread PaginaDeSpud
z. Logosur. - Original Message - From: "Peter Brawley" <[EMAIL PROTECTED]> To: "PaginaDeSpud" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, December 27, 2005 10:29 PM Subject: Re: upgrading to mysql 5 />I've upgraded from mysql 4.1 to mysql 5 and some queries

Re: upgrading to mysql 5

2005-12-27 Thread Peter Brawley
>I've upgraded from mysql 4.1 to mysql 5 and some queries >doesn't work. It's not explained on mysql changes incompatibilities... It is: see the first change item, marked 'incompatible change', at http://dev.mysql.com/doc/refman/5.0/en/news-5-0-12.html. We can no longer get away with syntact

Re: upgrading to mysql 5

2005-12-27 Thread SGreen
"PaginaDeSpud" <[EMAIL PROTECTED]> wrote on 12/27/2005 03:33:58 PM: > hi, > I've upgraded from mysql 4.1 to mysql 5 and some queries doesn't work. It's > not explained on mysql changes incompatibilities... > > for example: > > FROM yabbse_topics, yabbse_messages, yabbse_messages as m2 LEFT J

upgrading to mysql 5

2005-12-27 Thread PaginaDeSpud
hi, I've upgraded from mysql 4.1 to mysql 5 and some queries doesn't work. It's not explained on mysql changes incompatibilities... for example: SELECT yabbse_topics.ID_LAST_MSG, yabbse_topics.ID_TOPIC, yabbse_topics.numReplies, yabbse_topics.locked, yabbse_messages.posterName, yabbse_messag

Re: Upgrading to MySQL 5 (for testing)

2004-12-20 Thread Gleb Paharenko
Hello. Yes, if you have one of the last releases of MySQL, you can try to test the fifth version. But some features will be unavailable. See: http://dev.mysql.com/doc/mysql/en/Upgrading-from-4.1.html "Jonathan Villa" <[EMAIL PROTECTED]> wrote: > I have an installation of 4.1 and 5 runn

Upgrading to MySQL 5 (for testing)

2004-12-17 Thread Jonathan Villa
I have an installation of 4.1 and 5 running on the same test server... I want to start using 5 for testing but still want to use the same test data I had before... Is it possible to simply point MySQL 5 to the old 4 data dir? -- MySQL General Mailing List For list archives: http://lists.mysql.co