MySQL Forums
Forum List  »  MySQL Workbench

Re: How to connect from MySQL Workbench to Embedded MySQL?
Posted by: Mike Lischke
Date: September 14, 2010 12:55AM

Nikolay,

from what I remember the communication between your app and the embedded server is not done via network (why should it, it's embedded), so there is no way to access it from another application (so my first reply was wrong).

What you can however is to develop your application using a normal server (to which you also can connect with WB) and once this is done convert it to use an embedded server by linking to the proper library (see also http://dev.mysql.com/doc/refman/5.1/en/c-embedded-server-functions.html).

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to connect from MySQL Workbench to Embedded MySQL?
2270
September 14, 2010 12:55AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.