;<<<<<<<<<<<<<<<<
On 2/27/04, 1:40:46 PM, Paul DuBois <[EMAIL PROTECTED]> wrote regarding Re:
Minimum privileges required for mysqldump:
> At 11:37 -0800 2/27/04, Jim Shea wrote:
> >At 2/27/2004 10:56 AM, [EMAIL PROTECTED] wrote:
> >
At 11:37 -0800 2/27/04, Jim Shea wrote:
At 2/27/2004 10:56 AM, [EMAIL PROTECTED] wrote:
Give the use the lock option if you plan on using the --opt.
How is that different than
> Giving the "lock tables" permission as in:
grant select, lock tables on dbname.* to [EMAIL PROTECTED];
results in th
At 2/27/2004 10:56 AM, [EMAIL PROTECTED] wrote:
Give the use the lock option if you plan on using the --opt.
How is that different than
> Giving the "lock tables" permission as in:
> grant select, lock tables on dbname.* to [EMAIL PROTECTED];
> results in the same mysqldump error.
in the previous
Give the use the lock option if you plan on using the --opt.
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 2/27/04, 12:02:34 PM, Jim Shea <[EMAIL PROTECTED]> wrote
On 2/27/04, 10:12:56 AM, Jim Shea <[EMAIL PROTECTED]> wrote regarding
Minimum privileges required for mysqldump:
> I want to create a user that has the minimum rights to dump a database. I
> can't find a discussion of the minimum required rights in the MySQL docs.
At 2/27/2004 08:35 AM, [EMAIL PRO
The user will need SELECT access to the table(s) in question.
>> Original Message <<
On 2/27/04, 10:12:56 AM, Jim Shea <[EMAIL PROTECTED]> wrote regarding
Minimum privileges required for mysqldump:
> I want to create a user that has the minimum rights to dump a