Re: My sql Security

2010-04-28 Thread Vikram A
From: Johan De Meersman To: Vikram A Cc: MY SQL Mailing list Sent: Wed, 28 April, 2010 9:55:38 PM Subject: Re: My sql Security Rip out the DB authentication part, and store those credentials in-code, in some config file or the registry, or some remote mechanism like LDAP. If your

Re: My sql Security

2010-04-28 Thread Johan De Meersman
y login Authentication screen; I request you guide me how can > handle this. > > Thank you > > Vikram > > -- > *From:* Johan De Meersman > > *To:* Vikram A > *Cc:* MY SQL Mailing list > *Sent:* Wed, 28 April, 2010 2:10:45 PM > >

Re: My sql Security

2010-04-28 Thread Vikram A
from the other GUI/connecting tools though they have given a access to db? Thank you for the information. Vikram From: nwood To: Vikram A Cc: MY SQL Mailing list Sent: Wed, 28 April, 2010 3:39:23 PM Subject: Re: My sql Security On Wed, 2010-04-28 at 13:58

Re: My sql Security

2010-04-28 Thread nwood
On Wed, 2010-04-28 at 13:58 +0530, Vikram A wrote: > Hi all, > I have some security issues. I would like to have your suggestions/solutions. > > I have winserver2003 with mysql 5.1.45. We have client serve application that > allows multi-login system with various people. > > I am getting user na

Re: My sql Security

2010-04-28 Thread Johan De Meersman
I'm afraid you can't discern between clients and applications on the MySQL level. Your application authentication should be separate from the MySQL one. On Wed, Apr 28, 2010 at 10:28 AM, Vikram A wrote: > Hi all, > I have some security issues. I would like to have your > suggestions/solutions.