Re: Problem with adding a new user by non root user with GRANT OPTION

2003-07-31 Thread Marcin Blazowski
"Victoria Reznichenko" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Marcin Blazowski" <[EMAIL PROTECTED]> wrote: > > "Marcin Blazowski" <[EMAIL PROTECTED]>> wrote: > >>> I've created a database and a user with ALL PRIVILEGES and GRANT OPTIONS > To be able give permissions to oth

Re: Problem with adding a new user by non root user with GRANT OPTION

2003-07-14 Thread Sergei Golubchik
Hi! On Jul 14, Marcin Blazowski wrote: > >> mysql> grant all privileges on temp.* to [EMAIL PROTECTED] identified by 'haslo' > >> with grant option; > >> mysql> grant insert on temp.* to [EMAIL PROTECTED] identified by 'haslo'; > >> ERROR 1044: Access denied for user: '[EMAIL PROTECTED]' to datab

Re: Problem with adding a new user by non root user with GRANT OPTION

2003-07-14 Thread Victoria Reznichenko
"Marcin Blazowski" <[EMAIL PROTECTED]> wrote: > "Marcin Blazowski" <[EMAIL PROTECTED]>> wrote: >>> I've created a database and a user with ALL PRIVILEGES and GRANT OPTIONS > to >>> that database. When logon with that new user and want to create a new > user >>> with some privileges a get an error.

Re: Problem with adding a new user by non root user with GRANT OPTION

2003-07-14 Thread Marcin Blazowski
[EMAIL PROTECTED] | | cc: | | Subject: Re: Problem with adding a new user by non root user

Re: Problem with adding a new user by non root user with GRANT OPTION

2003-06-05 Thread Victoria Reznichenko
"Marcin Blazowski" <[EMAIL PROTECTED]> wrote: > I've created a database and a user with ALL PRIVILEGES and GRANT OPTIONS to > that database. When logon with that new user and want to create a new user > with some privileges a get an error. > > How I do it: > > mysql> grant all privileges on temp.