4/11/2022 1:38 PM | |
Joined: 4/28/2015 Last visit: 12/5/2023 Posts: 3297 Rating:
|
Hi, are you running the Example Image or Industrial OS? Best regards! |
4/11/2022 1:52 PM | |
Joined: 8/3/2011 Last visit: 9/21/2023 Posts: 15 Rating:
|
I´m using debian 5.10.64 of IOT2050_Example_Image_V1.2.1 |
Last edited by: JorgeRios at: 04/11/2022 13:53:35 |
|
4/11/2022 4:42 PM | |
Joined: 8/3/2011 Last visit: 9/21/2023 Posts: 15 Rating:
|
I have the solution. By default, the MariaDB server is listening on localhost only for security reasons. You can check it with the following command:
In the following output, you should see that the MariaDB server is listening on localhost (127.0.0.1):
You can do it by editing the MariaDB default configuration file/etc/mysql/mariadb.conf.d/50-server.cnf. You can open this file using your favorite text editor:
Change the value of the bind-address from 127.0.0.1 to 0.0.0.0 so that MariaDB server accepts connections on all host IPv4 interfaces.
|
Last edited by: JorgeRios at: 04/11/2022 16:45:41 |
|
This contribution was helpful to
1 thankful Users |
4/12/2022 7:27 AM | |
Joined: 4/28/2015 Last visit: 12/5/2023 Posts: 3297 Rating:
|
Hi, thanks for this detailled description! Best regards! |
Follow us on