I'm having trouble connecting to mysqld on my FreeBSD server.

If i connect as root using mysql -u root -p it works just fine, but if 
I try as any other user, e.g. mysql -u kihlbom -p I get the following 
error message:

ERROR 1045: Access denied for user: 'kihlbom@localhost' (Using 
password: YES)

I created the users with "GRANT ALL ON *.* TO kihlbom IDENTIFIED BY 
'password';". The users show up fine in the mysql.user table.

Is there a config file somewhere that states that only root may connect?

How can I allow connections from all users with a valid password?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to