sjames wrote: Sorry!! this is the error message phpbb is giving me - this is when database (phpbbforum) exists and user and password
Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\Inetpub\wwwroot04\phpbb2\db\mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in C:\Inetpub\wwwroot04\phpbb2\db\mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in C:\Inetpub\wwwroot04\phpbb2\db\mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
Code: Select all
Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in /home/carlos/public_html/db/mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/carlos/public_html/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/carlos/public_html/db/mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
Code: Select all
SET PASSWORD FOR username@localhost = OLD_PASSWORD('something');