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. how do i connect Qt to XAMPP
Forum Updated to NodeBB v4.3 + New Features

how do i connect Qt to XAMPP

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 726 Views
  • 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.
  • F Offline
    F Offline
    farhanrbn
    wrote on last edited by
    #1

    hi guys,

    has anyone ever connected Qt to XAMPP? and how ?

    every single answer will be appriciated it. thank you

    jsulmJ 1 Reply Last reply
    0
    • F farhanrbn

      hi guys,

      has anyone ever connected Qt to XAMPP? and how ?

      every single answer will be appriciated it. thank you

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @farhanrbn Can you please explain what exactly do you want to "connect"?
      XAMPP means "XAMPP Apache + MariaDB + PHP + Perl".
      Do you want to access a web page hosted on such a server? Do you want to access web services? Do you want to download something? ...?

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

      1 Reply Last reply
      2
      • F Offline
        F Offline
        farhanrbn
        wrote on last edited by
        #3

        I want to connect to mysql that comes with xampp.

        jsulmJ 1 Reply Last reply
        0
        • F Offline
          F Offline
          farhanrbn
          wrote on last edited by
          #4

          oops, i just solved my problem

          1 Reply Last reply
          0
          • F farhanrbn

            I want to connect to mysql that comes with xampp.

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @farhanrbn said in how do i connect Qt to XAMPP:

            I want to connect to mysql that comes with xampp

            One note: one usually does NOT connect directly to a SQL server over Internet as this is way too unsafe! It shouldn't even be possible. Instead, the server provides a REST API which client can use to access the data on the server.

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

            1 Reply Last reply
            1

            • Login

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