I've got mysql installed, and I've got root set up, and I created the database I want the user to access, but I can't get it to create other users. This is how I tried to create the user
grant all on db to bill identified by 'me';
When I try to log it in it says
ERROR 1045: Access denied for user: 'bill@localhost' (Using password: YES)
Any advice/solutions greatly appreciated