Re: security problem

2002-10-02 Thread Benjamin Pflugmann
Hello. On Wed 2002-10-02 at 09:49:30 -0400, [EMAIL PROTECTED] wrote: > Hi! I found a security bug on mysqlgui-win32-static-1.7.5-2. When I > install it on my desktop (win2k), I setup a password for the > database. What does "setup a password for the database" mean? Passwords are not per-database

Re: Security problem

2002-08-30 Thread Victoria Reznichenko
Daniel's, Friday, August 30, 2002, 3:11:17 AM, you wrote: DsL> *This message was transferred with a trial version of CommuniGate(tm) Pro* DsL> I installed Mac OS X 10.2 this last weekend and since then I've been DsL> having some problems with the security on the MySQL files. I thought DsL> tha

Re: Security problem in Access database

2001-11-28 Thread Carl Troein
Jack writes: > 1. What should i do if i want to limit the user which can only edit the > record belongs to him/her. i mean user can only update to his own record but > not the others!! This sort of security is best handled at the application level. If you don't want your users to access the dat

Re: Security problem with 3.23.38

2001-08-01 Thread Michael Widenius
Hi! > "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: Sinisa> Robert Cross writes: >> >> I've got a wierd problem with 3.23.38, built from source, running on RedHat >> v6.2 (Intel). Put simply the wildcard character for user access doesn't >> work. From my reading of the docs an

Re: Security problem with 3.23.38

2001-07-30 Thread Sinisa Milivojevic
Robert Cross writes: > > > I wrote: > >Try first granting USAGE on *.* to both users with 'identified by ...' > >and then try granting database rights. > > Thanks Sinisa, that works perfectly. I've now got a wonderful small and > fast database > that I can let the users into! > > Bob Cross. Y

Re: Security problem with 3.23.38

2001-07-30 Thread Robert Cross
I wrote: >> I've got a wierd problem with 3.23.38, built from source, running on RedHat >> v6.2 (Intel). Put simply the wildcard character for user access doesn't >> work. From my reading of the docs any of the following: >> grant all on mtdb.* to user1 identified by "bozo1"; >> grant

Re: Security problem with 3.23.38

2001-07-30 Thread Sinisa Milivojevic
Robert Cross writes: > > I've got a wierd problem with 3.23.38, built from source, running on RedHat > v6.2 (Intel). Put simply the wildcard character for user access doesn't > work. From my reading of the docs any of the following: > > grant all on mtdb.* to user1 identified by "bozo1"; >