1.0.0r2, MySQL 4.1.7, php 4.3.9, Apache2, windows
I am trying to install Mantis but get this database error:
Attempting to connect to database as admin BAD
Does administrative user have access to the database? ( Client does not support authentication protocol requested by server; consider upgrading MySQL client )
Solution?
~b
Installation problem...
Moderators: Developer, Contributor
-
Guest
The client code is in a PHP library.
I would guess that the PHP extension you're using is not the right one for the version of MySQL you're using. Someone can probably tell you exactly what one you need, but I know there was a switch at one point that made PHP only work with the newer versions of MySQL.
A phpinfo(); call might be able to give you some more clues.
I would guess that the PHP extension you're using is not the right one for the version of MySQL you're using. Someone can probably tell you exactly what one you need, but I know there was a switch at one point that made PHP only work with the newer versions of MySQL.
A phpinfo(); call might be able to give you some more clues.