3 messages in com.mysql.lists.win32Re: MySQLd-Max-NT not returning any r...
FromSent OnAttachments
Matthew Nock27 Apr 2002 23:07 
Matthew Nock28 Apr 2002 15:28 
Ömer Rauf Atay28 Apr 2002 15:35 
Subject:Re: MySQLd-Max-NT not returning any results with PHP site
From:Ömer Rauf Atay (ra@ug.bilkent.edu.tr)
Date:04/28/2002 03:35:31 PM
List:com.mysql.lists.win32

If you are using PHP 4.2.0, the passed variables are not registered as globals as default in this version. You have to make them globals explicitly or change the php.ini default "register_globals = Off" to "On".

------------- martina.

Hi Joseph,

Thanks for the response - the user does have read access - I even changed the username/password that the PHP script was using to that of root (cause this is all inside my firewall) - and that even returned the same result.

I did a little more investigation though and found out that in this instance, the problem was actually PHP install on Windows not passing the variables from the URL.

This is a trivial thing. But it happened with me, and thought will share. Are you sure the user has the read access on the table?