[Solved]Interfacing arduino to local MySql through USB

Hi!

Check out this url http://www.instructables.com/id/Interface-Arduino-to-MySQL-using-Python/#step1
You can use serial communication to send data to the computer and then store it in the database.
It is easy with Python (check the URL).

/Olof