Quote:
Originally posted by bstjean
Did you flush privileges?
What is the error message?
What command do you use to start the daemon and what command do you use to connect with the client?
|
Yes I deleted all users and privileges and reinstalled them as if the database were fist installed. I then created a database and a user with full permissions on the database. I can connect locally always, but if I do not issue the --skip-grant-tables option then I am unable to connect remotely. I start the deamon: mysqld &.
The error message is I get if I do not use --skip-grant-tables is:
Access denied for user: 'user@server' (Using password: YES)
I have checked all passwords to make sure they were correct.