Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Remote Database connection
Forum Updated to NodeBB v4.3 + New Features

Qt Remote Database connection

Scheduled Pinned Locked Moved Unsolved General and Desktop
22 Posts 6 Posters 5.7k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Tonny
    6 Dec 2018, 08:15

    @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

    J Offline
    J Offline
    jsulm
    Lifetime Qt Champion
    wrote on 6 Dec 2018, 09:02 last edited by
    #21

    @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

    https://forum.qt.io/topic/113070/qt-code-of-conduct

    1 Reply Last reply
    3
    • W Offline
      W Offline
      web_betreuer
      wrote on 6 Dec 2021, 14:53 last edited by web_betreuer 12 Jun 2021, 14:54
      #22

      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.cnf

      bind-address = 192.178.xx.xx
      mysqlx-bind-address = 192.178.xx.xx

      restart the sql.
      that's it

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved