News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

MySQL on Eddy

Started by Gonek, October 23, 2011, 07:50:02 PM

Previous topic - Next topic

Gonek

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

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

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.