Trenz Electronic GmbH Support Forum

Archived Boards and Threads => Archived Boards => Eddy Modules => Topic started by: Gonek on October 23, 2011, 07:50:02 PM

Title: MySQL on Eddy
Post by: Gonek on October 23, 2011, 07:50:02 PM
Hello, Could you tell me how can I connect with Data Base (mysql)and send Data from Eddy-S2M/PIN CPU v2. Should I use mysql.h library or is there some easy way to do it ?
Title: Re: MySQL on Eddy
Post by: Antti Lukats on October 24, 2011, 09:02:53 AM
Hi

can you elaborate what exactly are you trying to accomplish?
1) database on eddy, client on eddy?
or
2) database on remote server, eddy connects as client?
or
3) database on eddy, remote clients connects?

I would assume 2?

As eddy can be used with rather standard linux, so linux libraries and tools for mysql should all be useable as long as networking is working.

Antti
Title: Re: MySQL on Eddy
Post by: Gonek on October 24, 2011, 07:17:59 PM
I thought about your second option. Thanks for your answer, I will try to use mysql lib in my project. If I succeed, I will post some informations about this.