ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
331 stars 132 forks source link

returns READ_TIMEOUT with 0 bytes from wait_for_bytes on DELETE statement #128

Closed szafrir closed 4 years ago

szafrir commented 4 years ago

The mysql does execute the DELETE. I tried increasing MYSQL_DATA_TIMEOUT to 30 secs... still no luck. All other statements work well.

szafrir commented 4 years ago

I didn't go all the way with get_next_row in a SELECT query before the DELETE query - my bad...