Afficher un message
Vieux 20/08/2007, 20h47   #3
Terry
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: user permissions to all DB

Just to verify, will that include all new databases?

On 8/20/07, Jay Pipes <jay@mysql.com> wrote:
> Terry wrote:
> > Hello,
> >
> > I want to grant a user all permissions to all DBs on the system as
> > well as any new DBs that show up. I want to avoid having to modify
> > permissions everytime a new DB is added. Is there a way to do this?

>
> GRANT SELECT, INSERT, CREATE, ... ON *.* TO 'username'@'hostname'
> IDENTIFIED BY 'password';
>
> Cheers,
>
> Jay
>

  Réponse avec citation
 
Page generated in 0,05292 seconds with 9 queries