I can read temperature and humidity using sensor with
Raspberry Pi 2 using C. The problem is when I execute my code, data only display on the screen but not be saved in the database. But I want to save them into my MySQL database. How can I do it?
mysqlportion of your code that you have tried so far. This will help other to understand where it went wrong.