How can I create Embedded database from this IDE?
How can I create Embedded database from this IDE?
How can I create Embedded database from this IDE?
I tried to copy LIBMYSQLD.DLL to c:\windows, IDE starts but crashed with something like "memory read-write error" when it comes to open embedded-based connection. What I'm doing wrong and what's the right way to do this stuff?
I tried to copy LIBMYSQLD.DLL to c:\windows, IDE starts but crashed with something like "memory read-write error" when it comes to open embedded-based connection. What I'm doing wrong and what's the right way to do this stuff?
Try to copy LIBMYSQLD.DLL into the installation folder of dbForge Studio - D:\Program Files\Devart\dbForge Studio for MySQL\
Then on the Embedded tab of the Database Connection Properties, in the Base folder field, specify the path to the embedded server folder (for example, it can be named embedded), in the data folder - the path to the Data folder (it should be located in the embedded folder).
Press Test Connection.
Have you created the connection?
Then on the Embedded tab of the Database Connection Properties, in the Base folder field, specify the path to the embedded server folder (for example, it can be named embedded), in the data folder - the path to the Data folder (it should be located in the embedded folder).
Press Test Connection.
Have you created the connection?
Use libmysqld.dll (MySQL 5.1.30 version). Place it to a directory, where dbForge Studio is installed.
Restart dbForge Studio for MySQL.
For example:
1. Create folder c:\BaseDir\
2. Create folder c:\BaseDir\Data\
3. Copy "share" folder from the MySQL server installation to the C:\BaseDir\
Switch to the Embedded tab of the Database Connection Properties dialog box.
Check Use embedded server.
Uncheck Use my.ini file.
Fill "Base folder"=c:\BaseDir\ and "Data folder"= c:\BaseDir\Data\ fields.
Press OK to establish the database connection.
Restart dbForge Studio for MySQL.
For example:
1. Create folder c:\BaseDir\
2. Create folder c:\BaseDir\Data\
3. Copy "share" folder from the MySQL server installation to the C:\BaseDir\
- c:\BaseDir\c:\BaseDir\Data\c:\BaseDir\share\
Switch to the Embedded tab of the Database Connection Properties dialog box.
Check Use embedded server.
Uncheck Use my.ini file.
Fill "Base folder"=c:\BaseDir\ and "Data folder"= c:\BaseDir\Data\ fields.
Press OK to establish the database connection.
Yes, this is a bug. It will be fixed in one of the next builds.I have MySQL 5.1.50 version , did all what you wrote and still getting "attempt to read or write protected memory" on 3 different machines (WinXP Pro SP3 ). dbForge v 4.50.303
Workaround: To work with MySQL Embedded server use libmysqld.dll version 5.1.30.
Link: Http://downloads.mysql.com/archives.php ... 1&v=5.1.30don't know where to get 5.1.30