Hi everyone,
I recently tried to install PHP 4.4 and MySQL 4.1.14 but to no avail. I couldn't get PHP 4.4 to properly connect to MySQLs new database interface (mysqldbi). I kept getting this error:
""Client does not support authentication protocol requested by server; consider upgrading MySQL client""
When I looked it up, it seems that PHP 4.4 doesn't support the new password hash that's been incorporated into MySQL 4.1.14. PHP 5 does but I'm in a bind because I'm about to implement CRE Loaded (a variation of OSCommerce) and they've made mention of their software having some issues with PHP 5. So while I'd like to run PHP 5, I really do need to be on PHP 4.4.
Any ideas on how to get PHP 4.4 to communicate with MySQL 4.1.14?
Thanks,
Rey...