MySQL Forums
Forum List  »  Connector/Arduino

Re: Trouble Getting mysql connection.
Posted by: Charles Bell
Date: August 14, 2015 08:00AM

See the "Troubleshooting" section in the new reference manual. https://launchpad.net/mysql-arduino

Essentially, you need to use a second computer connected to the same network drop as your Arduino. Use the mysql client and the IP and credentials from your sketch to connect.

If you can connect via the second computer but not from the Arduino, you should try one of the sample Ethernet sketches to verify your shield is working correctly.

If you cannot connect via the second computer, check the server to ensure you are accessing it correctly with the right user account and that account has the right privileges to connect. Furthermore, check for firewalls and port blockers as well as the server itself to see if it permits network connections.

Options: ReplyQuote


Subject
Views
Written By
Posted
2981
August 12, 2015 04:24AM
Re: Trouble Getting mysql connection.
1468
August 14, 2015 08:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.