I have a strange problem when connecting DF to MariaDB 10.1. To make sure that permissions are not an issue, I created a user with root access and saved the details in the Service. It works fine till I restart the Server. Once restarted DF cannot connect to MariaDB (which is on the same LAN). The error thrown is
{
"error": {
"context": null,
"message": "Unauthorized. User credentials did not match.",
"code": 401
}
}
I have set MariaDB to listen on all interfaces. I can even telnet the other machine on 3306, so firewall is not the problem. But just to be doubly sure I even disabled the firewall.
Whereas the same credentials worked before the restart. Nothing's changed. I have been on this for the last 4 hours. I have also included the port and charset parameters in the connection string. I haven't deviated from any connection methods / strings etc so this behavior is very strange.
Thanks,
M.M