Hello.

On Wed, Jun 20, 2001 at 12:36:28PM +0100, [EMAIL PROTECTED] wrote:
> Hi folks,
> 
> How come I can access databases on my server using an illegal username and
> password combination with the MySQL GUI? The username and password are valid
> on the server but should only work on localhost and I am on a remote
> machine.

It shouldn't be possible. Without further information, two
possibilities come to my mind:

- The server allows access for the user@host you are connecting with,
  so either
  + you use another username as you think you are using
    ( you can check this with SELECT USER() )
  + the server allows remote connections for that username
    ( check the ACL's you have installed )

- You use something like ssh-tunneling to connect to your server and
  therefore the connection seems to come from the server (the end of
  the tunnel).

Bye,

        Benjamin.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to