Page 1 of 1

HELP: setting up Mantis woes :S

Posted: 05 Jul 2006, 15:52
by dhruba.bandopadhyay
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 )



I get the above message upon installing mantis 1.0.3. I have successfully installed apache 2.0.58, php 4.4.2 & mysql 4.1.20.

I tried mysql 5.0.22 but I still get the same message.

Interesting..., I uninstalled mysql 4.1.20 and installed mysql 3.23.58 and mantis installs fine. Why 4 and 5 mysql doesn't work???

Posted: 06 Jul 2006, 09:34
by dhruba.bandopadhyay
Okay, I got mantis running on mysql 3 now.

The thing is, I read the manual and met the requirements. But everytime when I create a new user it fails to send an email. How can email be setup? This was not in the manual....

Re: HELP: setting up Mantis woes :S

Posted: 15 Jul 2006, 15:28
by Xcert
dhruba.bandopadhyay wrote: Interesting..., I uninstalled mysql 4.1.20 and installed mysql 3.23.58 and mantis installs fine. Why 4 and 5 mysql doesn't work???
I have the same problem.

Anyone can help?

I tried playing around with the PHP connectors at mysql website but it didnt work.error message is
"Checking PHP support for database type BAD
database is not supported by PHP. Check that it has been compiled into your server. "

I am using Mantis 1.0.3,Apache2.0.58,mySQL5.0.22,PHP5.1.4

Posted: 16 Jul 2006, 08:03
by Xcert
dhruba.bandopadhyay wrote:Okay, I got mantis running on mysql 3 now.

The thing is, I read the manual and met the requirements. But everytime when I create a new user it fails to send an email. How can email be setup? This was not in the manual....
replied a similar post just a few days back.

mantis email is sent using phpmailer and to use it...U have to edit the php.ini file.

search for "mail function" in php.ini
when found...look around a few lines after that....should have a "SMTP=localhost" entry...change the localhost to the name of ur mail server...and add "Port=25" as the next line.