PDA

View Full Version : Installing phpbb



myst3rym@n
December 13th, 2005, 19:36
I try to install phpbb and when i do i get this, The PHP configuration on your server doesn't support the database type that you chose

Im running php 5.0 .
and mysql 4.1.16


am i installing mysql wrong or what???
Please help!

Tree
December 13th, 2005, 20:43
Did you install PHP and MySQL yourself?

myst3rym@n
December 13th, 2005, 20:50
yes i just fixed the problem but now im getting another error,


Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\Program Files\Apache Group\Apache2\htdocs\Messageboard\phpBB2\db\mysql4.php on line 48

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in C:\Program Files\Apache Group\Apache2\htdocs\Messageboard\phpBB2\db\mysql4.php on line 330

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in C:\Program Files\Apache Group\Apache2\htdocs\Messageboard\phpBB2\db\mysql4.php on line 331
phpBB : Critical Error

Could not connect to the database

Tree
December 13th, 2005, 21:14
How did you install PHP. With mysqli or mysqld?

Should be mysqli. Well, it is on *NIX machines anyway. I'm not too sure about Windows.