Re: Granting all to a user with a db name prefix

2006-07-25 Thread Paco Zarabozo A.
50 AM Subject: Re: Granting all to a user with a db name prefix Paco Zarabozo A. wrote: > Hello All, > > I'm trying to GRANT ALL to a user only on DBs that math a prefix, but i > can't find the way to so it on the documentation. Let's assume the usern

Re: Granting all to a user with a db name prefix

2006-07-24 Thread Michael Stassen
Paco Zarabozo A. wrote: Hello All, I'm trying to GRANT ALL to a user only on DBs that math a prefix, but i can't find the way to so it on the documentation. Let's assume the username is "john". I want him to have all privileges only on databases with the prefix john, so he can: - create and

Granting all to a user with a db name prefix

2006-07-24 Thread Paco Zarabozo A.
Hello All, I'm trying to GRANT ALL to a user only on DBs that math a prefix, but i can't find the way to so it on the documentation. Let's assume the username is "john". I want him to have all privileges only on databases with the prefix john, so he can: - create and drop databases starting ON

Re: 1045 access denied after granting all privs

2006-02-08 Thread dan+mysql-general-discussion-list
I get the following: ERROR 1045 (28000): Access denied for user 'dba'@'XP0406OEM' (using password: YES) Did you do FLUSH PRIVILEGES as root after you performed the GRANT? I don't think that's the problem. You only need to FLUSH PRIVILEGES when you update the privilege tables directly. When

Re: 1045 access denied after granting all privs

2006-02-08 Thread Julian C. Dunn
On Wed, 2006-02-08 at 11:37 -0600, John Doneker wrote: > I was instructed to create my own userid comparable to root. > So... > 1. I decided to call my new userid dba. > 2. I signon to the bugs (Bugzilla) database as root: > 3. Then I did the following for the server level: > mysql> grant all pr

Re: 1045 access denied after granting all privs

2006-02-08 Thread SGreen
"John Doneker" <[EMAIL PROTECTED]> wrote on 02/08/2006 12:37:01 PM: > I was instructed to create my own userid comparable to root. > So... > 1. I decided to call my new userid dba. > 2. I signon to the bugs (Bugzilla) database as root: > 3. Then I did the following for the server level: > mysql>

1045 access denied after granting all privs

2006-02-08 Thread John Doneker
I was instructed to create my own userid comparable to root. So... 1. I decided to call my new userid dba. 2. I signon to the bugs (Bugzilla) database as root: 3. Then I did the following for the server level: mysql> grant all privileges on *.* to [EMAIL PROTECTED] identified by '' with gran

granting ALL!

2001-07-05 Thread trogers
can i create a new user and 'grant all' to that user on all dbs and THEN add/import new databases and that user will still have all permissions on those as well? - Before posting, please check: http://www.mysql.com/manual.ph