export connection list from "MyDeveloper Studio" to ""dbForg

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
yaniv33
Posts: 2
Joined: Thu 06 Oct 2011 08:26

export connection list from "MyDeveloper Studio" to ""dbForg

Post by yaniv33 » Thu 06 Oct 2011 08:39

export connection list from "MyDeveloper Studio" to ""dbForge studio express for mysql" ?

how can i do that , in the old version i would export the connection key from the regedit

but this version does not seem to have a key at the regedit at all ...

is there a way to export the connections from one version to the other

Alexz
Devart Team
Posts: 165
Joined: Wed 10 Aug 2005 08:30

Post by Alexz » Thu 06 Oct 2011 09:10

There is a new registry key HKEY_CURRENT_USER\Software\Devart\dbForge Common Settings\Connections\MySQL in the new version of the product. So you should export old connections into this registry branch.

By the way, we plan to implement export/import of connections in one of the next versions of the product.

yaniv33
Posts: 2
Joined: Thu 06 Oct 2011 08:26

Thanks a lot for the quick answer

Post by yaniv33 » Thu 06 Oct 2011 09:47

Thanks a lot for the quick answer

just for knowledge ..

i have another question ? should i open a new post ?

and - is it possible to create folders for connections ?

Alexz
Devart Team
Posts: 165
Joined: Wed 10 Aug 2005 08:30

Re: Thanks a lot for the quick answer

Post by Alexz » Thu 06 Oct 2011 10:41

yaniv33 wrote:just for knowledge ..
i have another question ? should i open a new post ?
It would be nice to have separate topics for different problems.
yaniv33 wrote:and - is it possible to create folders for connections ?
No, dbForge Studio for MySQL doesn't have such functionality. You can organize connections only by ordering them in Database Explorer using drag'n'drop.

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Post by michabbb » Mon 28 Nov 2011 17:26

please vote:

http://devart.uservoice.com/forums/7729 ... -evn-optio

meanwhile, you can create a cron job at windows with a call like this:

Code: Select all

REG EXPORT "HKEY_CURRENT_USER\Software\Devart\dbForge Common Settings\Connections\MySQL" dbforge_connection_list.reg /y

Post Reply