Occasional access errors

2003-06-27 Thread Michael Edlund
I've developed a CMS using PHP and MySQL 4.1 alpha.

It ran just fine with the standard MySQL 4.1a binaries both on my 
Powerbook running Mac OS X as well in a production environment on my 
FreeBSD server. However, after having installed everything on a clean 
Debian Linux system, there are some occasional glitches.

Approximately once in every 100th request from the PHP code, MySQL 
responds with a...

Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)

...error message. It seems very strange to me that this error message 
occurs so very seldom and it makes no sense to me. Also, it's difficult 
to figure out what's causing it since it's difficult to provoke it.

Does anyone share this experience?

/M

Michael Edlund - Journalist and Content Management Consultant
http://www.edlund.se - http://www.helloworld.se
Unix - PHP - MySQL - PostgreSQL - XML - QuickTime VR Authoring

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: Occasional access errors

2003-06-27 Thread gerald_clark
Did you try increasing  max_connections ?

Michael Edlund wrote:

I've developed a CMS using PHP and MySQL 4.1 alpha.

It ran just fine with the standard MySQL 4.1a binaries both on my 
Powerbook running Mac OS X as well in a production environment on my 
FreeBSD server. However, after having installed everything on a clean 
Debian Linux system, there are some occasional glitches.

Approximately once in every 100th request from the PHP code, MySQL 
responds with a...

Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)

...error message. It seems very strange to me that this error message 
occurs so very seldom and it makes no sense to me. Also, it's 
difficult to figure out what's causing it since it's difficult to 
provoke it.

Does anyone share this experience?

/M

Michael Edlund - Journalist and Content Management Consultant
http://www.edlund.se - http://www.helloworld.se
Unix - PHP - MySQL - PostgreSQL - XML - QuickTime VR Authoring




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]