Author Topic: MySQL on Eddy  (Read 9886 times)

Gonek

  • Active Member
  • *
  • Posts: 2
MySQL on Eddy
« 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 ?

Antti Lukats

  • Hero Member
  • *****
  • Posts: 559
Re: MySQL on Eddy
« Reply #1 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

Gonek

  • Active Member
  • *
  • Posts: 2
Re: MySQL on Eddy
« Reply #2 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.