Unable to create an additional user
3 Message(s) by 3 Author(s) originally posted in php sql
| From: Nospam |
Date: Sunday, July 29, 2007
|
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'@xxxxxxxxxxx'localhost' IDENTIFIED
BY 'password';
but I get a 40032
error
| From: Captain Paralytic |
Date: Monday, July 30, 2007
|
wrote in
message :
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'@xxxxxxxxxxx'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?
| From: Good Man |
Date: Wednesday, August 01, 2007
|
wrote in message in
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'@xxxxxxxxxxx'localhost'
IDENTIFIED BY 'password';
but I get a 40032 error
you have not specified a database
GRANT SELECT,INSERT,UPDATE,DELETE ON dbname.* TO
Next Message: Update Subquery Help
Blogs related to Unable to create an additional user
Traducere phpBB 3 :: RE: Repartizare fisiere
The board administrator may also grant
additional permissions to registered
users. Before you login please ensure you are familiar with our terms of use and related policies. Please ensure you read any forum rules as you navigate around
...