HELP: setting up Mantis woes :S

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
dhruba.bandopadhyay
Posts: 2
Joined: 05 Jul 2006, 15:49

HELP: setting up Mantis woes :S

Post 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???
dhruba.bandopadhyay
Posts: 2
Joined: 05 Jul 2006, 15:49

Post 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....
Xcert
Posts: 6
Joined: 13 Jul 2006, 08:33

Re: HELP: setting up Mantis woes :S

Post 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
Xcert
Posts: 6
Joined: 13 Jul 2006, 08:33

Post 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.
Post Reply