Re: Privileging

2004-03-01 Thread Egor Egorov
"Tucker, Gabriel" <[EMAIL PROTECTED]> wrote: > > I have a user that is granted all privileges for their database. When = > they run a select * on a table in that database, the request fails after = > about 1000 records. When I run the same query as root, I have no = > problems. Consequently, I

RE: Privileging

2004-02-27 Thread Paul DuBois
tions mysql is using. -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 2:10 PM To: Tucker, Gabriel; [EMAIL PROTECTED] Subject: Re: Privileging At 10:55 -0500 2/27/04, Tucker, Gabriel wrote: Hello I have a user that is granted all privileges for

Re: Privileging

2004-02-27 Thread Paul DuBois
At 10:55 -0500 2/27/04, Tucker, Gabriel wrote: Hello I have a user that is granted all privileges for their database. When they run a select * on a table in that database, the request fails after about 1000 records. When I run the same query as root, I have no problems. Consequently, I believ

RE: Privileging

2004-02-27 Thread vpendleton
Can you do a show grants for [EMAIL PROTECTED] for both users and see if there is a glaring difference in permissions? >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 2/27

RE: Privileging

2004-02-27 Thread Tucker, Gabriel
Yes - the same machine... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 11:03 AM To: Tucker, Gabriel Cc: [EMAIL PROTECTED] Subject: Re: Privileging Are you running this test from the same machine for both users

Re: Privileging

2004-02-27 Thread vpendleton
Are you running this test from the same machine for both users? >> Original Message << On 2/27/04, 9:55:03 AM, "Tucker," Gabriel <[EMAIL PROTECTED]> wrote regarding Privileging: > Hello > I have a user that is granted all privileges for their database. When t