MySQL_Connector_Arduino
MySQL_Connector_Arduino copied to clipboard
Database connector library for using MySQL with your Arduino projects.
I'm using your library to send Data from my Arduino to a mySQL database using WiFi. All works fine, but sometime it lost the connection to the Wifi. I have...
Hello! I have been using your connector for some time already - thank you for this marvelous connector! I wanted these days to see how many rows my query returns...
Has been asked before: https://github.com/ChuckBell/MySQL_Connector_Arduino/issues/194. Please issue a new version of this MySQL Connector Arduino. This solves a hanging connection (looping endlessly in MySQL_Encrypt_Sha1.cpp) running on ESP32 with the latest...
Dear Mr Bell, I am running several ESP32 clients against a MariaDB server running on my Synology NAS. The MariaDB log file is filling up with messages like: > 2024-04-21`...
I tried using this library and using esp8266 to connect to a 5.7.33 MySQL server in the same local area network environment, but I received feedback like the question. What...
I'm running a MySQL 8.2.4 DB on a Myphpadmin mariaDB server v10.4.28. I have set up my bind address to 0.0.0.0, i have created a user with hostname %, i...
As recommended in the wiki documentation, I tested that I can connect to the database from a different system: ``` paul@paul-desktop:~$ sudo mysql -h192.168.1.201 -ugranary_sensors -ppassword --port=3306 Welcome to the...
Connected to server version 8.0.38 (compatible login) Error: 60 = Out of range value for column 'mc_cpm_min' at row 2. (insert decimal into int field) Disconnected. Guru Meditation Error: Core...
On [this page](https://github.com/ChuckBell/MySQL_Connector_Arduino/wiki/Troubleshooting) it suggests the following command to test connection to your database from another system: `mysql -ubob -psecret –h192.168.0.2 --port=3306` When I tried this, replacing the user, password...
Hello. First of all, I'm not versed in MySQL databases and I'm trying to connect to one for the very first time, so, I'm completely unaware of MySQL settings. Ok,...