How to read/write to MySQL?
-
I am trying to connect my monarco hat to mysql but it not going well.
In rexygen diagnostic tool I am receiving a error message: DgnError - Server:Connection from[...]:51545 finished with error: Timeout (-102).Can you help me what to try? And how to read/write to mysql?
-
Hi Mateo,
Thank you for your question. The error you are referring to is not related to the Database connection - it's about the connection between Studio and the target device.
I recommend you start with simple examples 0404-01 MySQL Simple Export and 0404-02 MySQL Simple Import.
The most tricky part is remote access to the Database which is forbidden by default. Have a look at this tutorial: https://webdock.io/en/docs/how-guides/database-guides/remote-access-your-mariadb-mysql-database-ubuntu-focal-mariadb-v106
First, you can try to run the Database on the same target as the REXYGEN is running. Send data locally from REXYGEN to MySQL DB should be done without any issues.
Let me know if it helped.
Cheers, Tomas