Bug #6860 no connections allowed via mysq_connect
Submitted: 28 Nov 2004 8:33 Modified: 28 Nov 2004 9:34
Reporter: bb bb Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: User-defined functions ( UDF ) Severity:S2 (Serious)
Version:4.1 OS:Windows (windows XP Profeesional)
Assigned to: CPU Architecture:Any

[28 Nov 2004 8:33] bb bb
Description:
i have read the documentation and according to it these variables should be usable. however the mysql server continues to tell me that mysql_connect() cannot be used for authentication aand i must updat my mysql client. it does this with EVERYTHING that uses it with php. including such known BB's like phpBB,invisionBoard and VB

How to repeat:
place
<?
$dbname="";
$dbhost=""; 
$dbuser=""; 
$dbpass="";
mysql_connect($dbhost,$dbuser,$dbpass,$dbname); 
?>

ina php file with your mysql options and try to execute it from a webpage

Suggested fix:
i dont have a suggestion to fix it i am very stumped i have never come accross this
[28 Nov 2004 9:34] Georg Richter
We're sorry, but the bug system is not the appropriate forum for 
asking help on using MySQL products. Your problem is not the result 
of a bug.

Support on using our products is available both free in our forums
at http://forums.mysql.com and for a reasonable fee direct from our
skilled support engineers at http://www.mysql.com/support/

Thank you for your interest in MySQL.

Additional info:

Your problem is a php configuration problem, not a mysql problem. 
 
For help please ask on the php mailing lists (http://www.php.net/mailing-lists.php)