Re: Logging on through ODBC w/o UN & Password (Why is my query tool allowing this?)

2004-07-23 Thread Mir Islam
In all likelihood in your database you have not setup any access privilege yet. You need to look at GRANT command and assign password to atleast root account and any other accounts which will be connecting over network. On Fri, 23 Jul 2004 11:38:06 -0700 (PDT), john sayre <[EMAIL PROTECTED]> wrote

Logging on through ODBC w/o UN & Password (Why is my query tool allowing this?)

2004-07-23 Thread john sayre
I am able to log onto a database through ODBC without using a user name or password. I don't want this to be possible for obvious security reasons. What do I need to do to prevent this? This seems pretty freaky!