Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
not able to conenct to server.
Description
There wa a fix in a recent revision. Trying to connect to a run-running server (wrong host or port for instance) would return the hostname as (null). That is fixed now. It returns the hostname specified in the client.
But the fix does not seem quite complete when compared with Oracle's API:
The error message in MariaDB API
ERROR 2003: Can't connect to MySQL server on 'localhost' (-1)
The error message in Oracle API
ERROR 2003: Can't connect to MySQL server on 'localhost' (10060)