Hello Falko,
I flushed privileges,
However when I try to connect to mysql using:
Code:
mysql -u mail_admin -p
It works fine, but when I try
Code:
mysql -h 127.0.0.1 -u mail_admin -p
it doesn't accept the user.
Could that be the reason?
if so how do I fix it?