I am trying to connect Arduni Yun to MySQL database which is running on my PC through Wifi. So far I have no idea where to start. I just want Yun to read a column and row from my database and display it on serial monitor.
I just some research and found some code but sadly it didn't work me.
mukul9999:
I just some research and found some code but sadly it didn't work me.
That doesn't exactly tell us much. What have you actually tried?
You can either connect directly from the ATmega via the serial USB port or connect via the Linux part of the Yun. Which approach are you trying to implement?