Bug #737 mysql 4.1.1 - with php error
Submitted: 26 Jun 2003 20:04 Modified: 1 Jul 2003 12:39
Reporter: [ name withheld ] Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:mysql 4.1.1 OS:Linux (Linux)
Assigned to: CPU Architecture:Any

[26 Jun 2003 20:04] [ name withheld ]
Description:
I install mysql4.1.1 in Linux and with PHP 4.3.3RC1

It works fine but sometimes php can't connect mysql 

I checked logs , there was message

'access denied'

but sometimes it works , and the othertimes it does not work.

why this happened ?

( Some php sites said "PHP4.3.3RC1 does not support mysql-4.1-alpha )

( it works ! but not always.... )

How to repeat:
using php connection functions..

mysql_connect ( "_USER_ID_" , "_USER_PASSWD_" , "localhost" );

....
[1 Jul 2003 12:38] Indrek Siitan
I'm sorry, but we need a repeatable bug report and this doesn't really qualify as one. MySQL 4.1.1 
isn't released yet, so I guess you must be using a BK tree version, which shouldn't, but might 
contain bugs. Plus, you're using a RC version of PHP (4.3.2 is the latest stable version).

Can you replace either MySQL or PHP with binaries provided by us and the PHP group and see, if 
that will make the problem go away?