On Mon December 27 2004 14:57, Gerald Waugh wrote: > Since upgrading to php-5.0.3 & mySQL 4.1.7 we have problems running a > script snipet below, it worked fine before the upgrade.
> Any ideas? The newer MySQL versions use a longer password and cannot authenticate against the older shorter ones provided by old clients. More info at http://dev.mysql.com/doc/mysql/en/Old_client.html I found this because I was having issues with Perl DBI clients connecting... I would think the new PHP would have a newer MySQL client in it. Did you run the mysql_fix_privilege_tables script after installing 4.1.7 to "clean up" the priv tables?? If your database/tables are all new, rather than migrated, I'm not sure what the problem is. PHP 5 should be considered a "new" client IMO. _______________________________________________ Cobaltfacts site list [email protected] http://list.cobaltfacts.com/mailman/listinfo.cgi/cobaltfacts
