Search code examples
mysqldelphidbexpress

Unable to load libmysql.dll


I am trying to use dbexpress component first time to connect to mysql

i got this error

Failure to Connect : Unable to load libmysql.dll

my delphi version : Delphi7

mysql 5.1.36 (wamp server installed on my windows).

can any one help me in this

thanks in advance


Solution

  • DB Express / Delphi 7 did not support MySQL 5 so you'll need a copy of the open source MySQL 5 drivers for DB Express (Found here).

    You should also ensure that the libmysql.dll assembly is installed and can be found in your PATH variable. If you need to find it again, it can be found in the MySQL5.X zip distribution in lib\opt