ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
332 stars 133 forks source link

Packet error. #54

Closed fgaliazzo closed 6 years ago

fgaliazzo commented 6 years ago

my code runs fine, until I get this error, so my arduino stop working

[WiFiEsp] Connecting to xx.xxx.xxx.xxx Connected to server version 5.5.5-10.1.29 Packet error.

I suggest a timeout or a new retry

tks

ChuckBell commented 6 years ago

What version of MySQL are you using?

Sent from my iPad

On Jul 18, 2018, at 8:58 PM, fgaliazzo notifications@github.com wrote:

my code runs fine, until I get this error, so my arduino stop working

[WiFiEsp] Connecting to xx.xxx.xxx.xxx Connected to server version 5.5.5-10.1.29 Packet error.

I suggest a timeout or a new retry

tks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ChuckBell commented 6 years ago

The version number printed from your post appears to be from a non-Oracle variant of MySQL. Please confirm.

On Wed, Jul 18, 2018 at 21:27 Chuck Bell drcharlesbell@gmail.com wrote:

What version of MySQL are you using?

Sent from my iPad

On Jul 18, 2018, at 8:58 PM, fgaliazzo notifications@github.com wrote:

my code runs fine, until I get this error, so my arduino stop working

[WiFiEsp] Connecting to xx.xxx.xxx.xxx Connected to server version 5.5.5-10.1.29 Packet error.

I suggest a timeout or a new retry

tks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ChuckBell/MySQL_Connector_Arduino/issues/54, or mute the thread https://github.com/notifications/unsubscribe-auth/AH0j4J08k-o3SCMUY7pvfyiSKA4BI-jPks5uH9mxgaJpZM4VVlo_ .

ChuckBell commented 6 years ago

The version number you show in your output is indeed from a non-Oracle variant of MySQL. I am sorry, but the connector was designed specifically for use with the Oracle MySQL database system. It is neither guaranteed nor supported for use on other variants.