Re: creating a new user with "mysql" on 4.0.20a

2004-08-08 Thread Michael Dykman
On Sun, 2004-08-08 at 07:22, Kerry Frater wrote: > I am just going through some taching docs and it says that I can create a > new user with all authority on a new DB using the command > > GRANT ALL ON llcopy.* TO auser IDENTIFIED BY 'thepassword'; > > yet when I try and run 'mysql' using > mysql

FW: creating a new user with "mysql" on 4.0.20a

2004-08-08 Thread Kerry Frater
Oops, used wrong email address -Original Message- Sent: 08 August 2004 12:23 To: [EMAIL PROTECTED] Subject: creating a new user with "mysql" on 4.0.20a I am just going through some taching docs and it says that I can create a new user with all authority on a new DB using t

creating a new user with "mysql" on 4.0.20a

2004-08-08 Thread Kerry Frater
I am just going through some taching docs and it says that I can create a new user with all authority on a new DB using the command GRANT ALL ON llcopy.* TO auser IDENTIFIED BY 'thepassword'; yet when I try and run 'mysql' using mysql -uauser -pthepassword I get the error ERROR 1045: Access deni