Re: [PHP-DB] PHP connect to mysql problem

2005-01-06 Thread Andrew Kreps
On Wed, 5 Jan 2005 15:25:21 +0300, Tsegaye Woldegebriel [EMAIL PROTECTED] wrote: Anybody help! I can't connect from my PHP to mysql using the following code: $link = mysql_connect(localhost, root, merkato) or die(Could not connect : . mysql_error()); it replies with error: Could not

[PHP-DB] PHP connect to mysql problem

2005-01-05 Thread Tsegaye Woldegebriel
Anybody help! I can't connect from my PHP to mysql using the following code: $link = mysql_connect(localhost, root, merkato) or die(Could not connect : . mysql_error()); it replies with error: Could not connect : Client does not support authentication protocol requested by server; consider