Re: [PHP] php 4.2.1 and MySQL

2002-07-22 Thread Tyler Longren
No extra parameters have been added to the mysql_connect() function. The error you're seeing is straight from mysql...so it's really not php. Mysql says "Using password: YES" because you're trying to login in with a password. If you took out "password" in the mysql_connect() function, it'd say

[PHP] php 4.2.1 and MySQL

2002-07-22 Thread Brian McLaughlin
We recently upgraded to php 4.2.1 with Apache and our scripts that access MySQL now fail in mysql_connect().Apache shows the following: Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /var/apache/share/scripts/ais/itweb/projects.php on line 40 Warning: MySQL Con