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

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

2003-07-14 Thread Marcin Blazowski
with GRANT OPTION | >------| "Marcin Blazowski" <[EMAIL PROTECTED]>> wrote: >> I've created a database and a user with ALL PRIVILEGES and GRANT OPTIONS to >> that database. Wh

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

2003-06-05 Thread Marcin Blazowski
Hi! 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.* to [EMAIL PROTECTED] identified by 'haslo' with grant