If I make a mistake logging in, the error shows again even if I enter the right values
am 04.01.2009 03:45:59 von Fred Silsbee
my PHP programs are working great to access Oracle 11g1 and MySQL 5.1
I entered a bad value for user name /passwordand got a message
Could not connect: Access denied for user 'landon'@'localhost' (using password: YES)
I restarted the script under Firefox 3.0.5 and got the same error message without a chance to enter username/password
If I clean the cache, it works OK
This problem only occurs with the MySQL script that is nearly identical to the Oracle script that doesn't show the problem.
This must be a familiar problem with you web programmers!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: If I make a mistake logging in, the error shows again even if I enter the right values
am 04.01.2009 04:29:40 von Fred Silsbee
--- On Sun, 1/4/09, Fred Silsbee wrote:
> From: Fred Silsbee
> Subject: If I make a mistake logging in, the error shows again even if I enter the right values
> To: php-db@lists.php.net, php-general@lists.php.net
> Date: Sunday, January 4, 2009, 2:45 AM
> my PHP programs are working great to access Oracle 11g1 and
> MySQL 5.1
>
> I entered a bad value for user name /passwordand got a
> message
> Could not connect: Access denied for user
> 'landon'@'localhost' (using password: YES)
>
> I restarted the script under Firefox 3.0.5 and got the same
> error message without a chance to enter username/password
>
> If I clean the cache, it works OK
>
> This problem only occurs with the MySQL script that is
> nearly identical to the Oracle script that doesn't show
> the problem.
>
> This must be a familiar problem with you web programmers!
The problem is correctable with ordinary programming logic.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php