MySQL Help


Supported versions

MySQL 5.x

MySQL How To

Before you can connect to MySQL server you will need to download MySQL ODBC driver. You can install it but it is optional. The only requirement is that MySQL ODBC driver (myodbc5.dll) is located somewhere where SqlDbx can find it, for example in a same directory where SqlDbx.exe or Driver folder under directory where SqlDbx.exe located. Driver can be download from:


MySQL ODBC Connector

Download ZIP version with no install. Open it and extract file myodbc5.dll to SqlDbx or \Drivers directory. This will allow you to connect to MySQL by selecting it from "DBMS Type" combo box on the login screen There's two ways to specify port number if it is different from default (3306).

1. Specify Server name as SERVER:PORT

2. Add line PORT=port_number to Options edit box.