ArduinoDB Just trying to get the data received from an arduino into a MySQL DB Libraries: pySerial docker-compose up docker exec -it mysql-arduino mysql -u root -p show DATABSES; USE arduinodb; show TABLES; SELECT * FROM ;