Jon:

Reload the permissions tables.

It looks like your permissions for Joseph are on the money ... are other
people able to access the database remotely?

Gerald Jensen

----- Original Message -----
From: "Jon Miller" <[EMAIL PROTECTED]>
To: "MySQL List" <[EMAIL PROTECTED]>
Sent: Tuesday, January 28, 2003 5:05 PM
Subject: restart or not?


> When granting someone permissions are these permissions dynamic or do I
> have to reload mysql?
> Also we have a developer who stated he cannot access the database
> remotely.  I've granted him privileges as follows since he works on the
> entire system both locally and remotely. There is only one database in
> the system. I've set a password for access to the system also.
>
> grant all privileges on *.* to joseph@"%" identified by 'his_password'
> with grant option;
>
> grant all privileges on *.* to joseph@localhost identified by
> 'his_password' with grant option;
>
> GRANT RELOAD,PROCESS ON *.* TO joseph@localhost;
>
> GRANT USAGE ON *.* TO joseph@localhost;
>
>
> --
> Jon Miller <[EMAIL PROTECTED]>
> MMT Networks Pty Ltd
>
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to