doox00 Posted August 23, 2006 Share Posted August 23, 2006 I have php 4.4.4 working in iis 6, in the directions it says mysql extension is built into php 4.4.4, but I am unable to connect to a database, I am trying to install phpbb and getting[code]Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in D:\Inetpub\wwwroot\tidal\forum\db\mysql4.php on line 48Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in D:\Inetpub\wwwroot\tidal\forum\db\mysql4.php on line 330Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in D:\Inetpub\wwwroot\tidal\forum\db\mysql4.php on line 331phpBB : Critical ErrorCould not connect to the database[/code]Any ideas what I need to do so I can get php connecting to mysql database using iis 6?thanks Link to comment https://forums.phpfreaks.com/topic/18425-mysql-4-and-php-4-on-iis6/ Share on other sites More sharing options...
fenway Posted August 23, 2006 Share Posted August 23, 2006 This is an OLD_PASSWORD() issue... check the refman. Link to comment https://forums.phpfreaks.com/topic/18425-mysql-4-and-php-4-on-iis6/#findComment-79273 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.