mrcawfee
02-09-02, 04:18
| I have a user who only has select,insert,update,delete,grant option to a database, if i am logged in with that user and i attempted to create another user with a password like this mysql> grant insert,update,select,delete on cawfee.* to moo@localhost identified by "bacon"; I will get the message: ERROR 1044: Access denied for user: 'cawfee@localhost' to database 'mysql' It seems like the user cawfee@localhost must have write access to mysql.* to give a user a password, although i can add the user just fine without a password... I'd rather not give cawfee@localhost access to the mysql database either. Anyone? Anyone? |