Search code examples
mysqldelphideploymentdbexpress

Files required for dbexpress application to access mysql databases


Which additional files are needed to deploy a delphi dbexpress based application to get access to mysql databases.

I can't find any information about it.

Thanks in advance.


Solution

  • You need deploy these files

    • libmysql.dll (mysql client library)
    • midas.dll (if you use midas)
    • dbxmys.dll or dbexpmysql.dll (dbexpress driver,the name changes depending on the version of delphi you use)
    • dbxconnections.ini
    • dbxdrivers.ini

    Bye.