Unable to create an additional user

I am using mysql 4.1 on a windows environment, and have so far been unable
to create a user to use with a particular database, other than the root user
I have tried:

use database;
GRANT SELECT, INSERT, UPDATE, DELETE TO 'username' [at] 'localhost' IDENTIFIED
BY 'password';

but I get a 40032 error
Gonzosez [ Mo, 30 Juli 2007 02:28 ] [ ID #1782100 ]

Re: Unable to create an additional user

On 30 Jul, 01:28, "Nospam" <nos... [at] home.com> wrote:
> I am using mysql 4.1 on a windows environment, and have so far been unable
> to create a user to use with a particular database, other than the root user
> I have tried:
>
> use database;
> GRANT SELECT, INSERT, UPDATE, DELETE TO 'username' [at] 'localhost' IDENTIFIED
> BY 'password';
>
> but I get a 40032 error

I can find no information anywhere on a 40032 error.

Is there no other error text?
Captain Paralytic [ Mo, 30 Juli 2007 10:48 ] [ ID #1782101 ]

Re: Unable to create an additional user

"Nospam" <nospam [at] home.com> wrote in
news:vgari.2827$ie3.1041 [at] newsfe3-gui.ntli.net:

> I am using mysql 4.1 on a windows environment, and have so far been
> unable to create a user to use with a particular database, other than
> the root user I have tried:
>
> use database;
> GRANT SELECT, INSERT, UPDATE, DELETE TO 'username' [at] 'localhost'
> IDENTIFIED BY 'password';
>
> but I get a 40032 error

you haven't specified a database

GRANT SELECT,INSERT,UPDATE,DELETE ON dbname.* TO
Good Man [ Mi, 01 August 2007 22:06 ] [ ID #1783995 ]
PHP » alt.php.sql » Unable to create an additional user

Vorheriges Thema: phpBB and access to MySQL database
Nächstes Thema: php mail not working on win98