Qt Remote Database connection
-
@dheerendra Sir error solved.
Sir can you please tell me how to sent values through http protocol using qt creator in the REST API
please?Is there any solution for that sir@Tonny said in Qt Remote Database connection:
Sir can you please tell me how to sent values through http protocol using qt creator in the REST API
It's Qt not QtCreator. QtCreator is an IDE.
See https://doc.qt.io/qt-5.11/qtnetwork-programming.html -
wrote on 6 Dec 2021, 14:53 last edited by web_betreuer 12 Jun 2021, 14:54
Mysql or mariadb listen by default to the loopback address 127.0.0.1
you can change this values to the real local networkaddress in
/etc/mysql/ mysqld.cnfbind-address = 192.178.xx.xx
mysqlx-bind-address = 192.178.xx.xxrestart the sql.
that's it