At 5:13 PM -0500 11/30/99, Bruce Hodo wrote:
>Under what circumstances would a perl script, using DBI, create a
>successful connection to a database, but, upon executing a select,
>generate the following error:
>
>DBD::mysql::st execute failed: Access denied for user:
>'javavillas@localhost' (Using password: YES) at ...
It can happen several ways. The user might have permission
to access a different database than the one the SELECT is
for. In this case, the user can connect to the server
successfully, but attempting the SELECT will fail.
--
Paul DuBois, paul@stripped