Unable to connect using embedded connection properties

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
redBeard
Posts: 1
Joined: Tue 04 Jun 2013 15:48

Unable to connect using embedded connection properties

Post by redBeard » Tue 04 Jun 2013 15:56

I just installed dbForge Studio Express for MySQL v 6.0.265 (on Windows) and I'm trying to connect to a database structure with the server offline.

I copied libmysqld.dll to the installation directory of my dbForge installation and on the Database Connection Properties page, Embedded tab, I did the following:

- checked 'use embedded server'
- unchecked 'use my.ini file
- entered base folder of my MySQL 5.1 server installation
- entered data folder of where the MySQL 5.1 data is

Test connection displays an error dialog of: Unable to load libmysqld.dll

I've tried copying that 'libmysqld.dll' to c:\windows\system32, tried different versions of the 'libmysqld.dll (5.1.30, 5.1.69), nothing works. For each test (of copying the library around or using a different version I restarted dbForge Studio.

Help!

alexa

Re: Unable to connect using embedded connection properties

Post by alexa » Wed 05 Jun 2013 08:44

Please make sure you placed the libmysqld.dll (and not libmysql.dll) library to the directory where the executable file of your application is located. Also, please note that you should use a 32-bit libmysqld.dll for 32-bit applications, and a 64-bit libmysqld.dll for 64-bit applications.

Post Reply