On Wed, 2003-06-25 at 03:50, Paul Menard wrote: > I'be been considering upgrading my data , MySQL > 3.23.42 to 4.013 or even going to 4.1. I've read on > the MySQL upgrade documents that some client might be > affected when upgrading to 4.1. It does specificall > mention Perl which I use to supplement PHP. By I'm > more concerned about PHP. > > Should I be concerned?
Yes, it will not work at all. MySQL 4.1 uses a protocol that's not compatible with MySQL 3.23 and 4.0. You need to use the ext/mysqli extension for it to work, but there are two problems with this: 1) it is only available with PHP5 which is not released yet. 2) it cannot be legally used since the MySQL 4.1 client libraries have been re-licensed under the GPL (old versions of the client libraries used to be under the more friendly LGPL). The only way out of this mess would be to use the ODBC driver for MySQL, but that will likely not be at all as fast as the native driver. -- Best regards, Per Lundberg / Capio ApS Phone: +46-18-4186040 Fax: +46-18-4186049 Web: http://www.nobolt.com
signature.asc
Description: This is a digitally signed message part