unixODBC connect error IM008 Dialog failed in CentOS 6

You are viewing an old version of this question. View the current version here.

MariaDB Connector/ODBC is a standardized, LGPL licensed database driver using the industry standard Open Database Connectivity (ODBC) API. It supports ODBC Standard 3.5, can be used as a drop-in replacement for MySQL Connector/ODBC, and it supports both Unicode and ANSI modes.

The 1.0 branch of MariaDB Connector/ODBC is Windows-only and the 2.0 branch is Linux-only.

The most recent Stable (GA) release of MariaDB Connector/ODBC is:
MariaDB Connector/ODBC 3.2.4

Answer

You have Port = 3306, but I think you also need to have something like Server = 127.0.0.1 to go with it.

Alternatively you can use Socket = /var/run/mysqld/mysqld.sock

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.