Arduino database

Hi,
I want to ask how to connect my arduino with mysql without wifi shiled or Enternet shield.

I have sensor that sit outside and measure temperature and humidity.This data is send wirelessly through a RF transmitter to RF receiver which sit inside. I want to record the information on my computer in mysql database. Can you help me:? :frowning:

You could send it via wifi to PC Or BlueTooth

Alternatively send it as FTP data or send as http to a WEB page he options are yours

This data is send wirelessly through a RF transmitter to RF receiver which sit inside.

Which sits inside what? Whatever it sits inside of needs to be able to get data from the RF receiver and write it to the database.

very helpful Pauls .... anyway i use Enternet shield to connect my arduino to Mysql server ..