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. MySQL/MariaDB connector driver building Qt 6 Windows 10
Forum Updated to NodeBB v4.3 + New Features

MySQL/MariaDB connector driver building Qt 6 Windows 10

Scheduled Pinned Locked Moved General and Desktop
25 Posts 3 Posters 3.5k 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.
  • jsulmJ jsulm

    @paokaras98 said in MySQL/MariaDB connector driver building Qt 6 Windows 10:

    mysqld.exe

    What is this?
    Clients do not need the server stuff, just deploy client libraries together with your application.

    And to precise what I mentioned before:

    • qmysql.dll - this is the release build of the plug-in
    • qmysqld - this is debug build of the plug-in
      There is really no need to deploy release AND debug build of the plug-ins/libraries.
    P Offline
    P Offline
    paokaras98
    wrote on last edited by
    #21

    @jsulm said in MySQL/MariaDB connector driver building Qt 6 Windows 10:

    @paokaras98 said in MySQL/MariaDB connector driver building Qt 6 Windows 10:

    mysqld.exe

    What is this?
    Clients do not need the server stuff, just deploy client libraries together with your application.

    And to precise what I mentioned before:

    • qmysql.dll - this is the release build of the plug-in
    • qmysqld - this is debug build of the plug-in
      There is really no need to deploy release AND debug build of the plug-ins/libraries.

    I understand your point, but what if I want to distribute my app to another computer and this computer does not have any db server installed. Could the database connect and work successfully only with client libraries even if none dbms server software is installed?

    jsulmJ 1 Reply Last reply
    0
    • P paokaras98

      @jsulm said in MySQL/MariaDB connector driver building Qt 6 Windows 10:

      @paokaras98 said in MySQL/MariaDB connector driver building Qt 6 Windows 10:

      mysqld.exe

      What is this?
      Clients do not need the server stuff, just deploy client libraries together with your application.

      And to precise what I mentioned before:

      • qmysql.dll - this is the release build of the plug-in
      • qmysqld - this is debug build of the plug-in
        There is really no need to deploy release AND debug build of the plug-ins/libraries.

      I understand your point, but what if I want to distribute my app to another computer and this computer does not have any db server installed. Could the database connect and work successfully only with client libraries even if none dbms server software is installed?

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

      @paokaras98 Well, of course there should be a server reachable from the client, so client can connect to it. But a client application should not distribute the server.
      The client itself only needs client libraries to connect to a server.

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

      P 1 Reply Last reply
      0
      • jsulmJ jsulm

        @paokaras98 Well, of course there should be a server reachable from the client, so client can connect to it. But a client application should not distribute the server.
        The client itself only needs client libraries to connect to a server.

        P Offline
        P Offline
        paokaras98
        wrote on last edited by paokaras98
        #23

        @jsulm said in MySQL/MariaDB connector driver building Qt 6 Windows 10:

        @paokaras98 Well, of course there should be a server reachable from the client, so client can connect to it. But a client application should not distribute the server.
        The client itself only needs client libraries to connect to a server.

        Ok I got your point. However, suppose I have a customer to sell my software and this customer does not want to mess up with installations. He wants only an all-in-one installer to install the app and the dependencies(in my case the dbms server). So the dbms server .msi should be somehow included to my final installer and executed... am I right?.

        jsulmJ P 2 Replies Last reply
        0
        • P paokaras98

          @jsulm said in MySQL/MariaDB connector driver building Qt 6 Windows 10:

          @paokaras98 Well, of course there should be a server reachable from the client, so client can connect to it. But a client application should not distribute the server.
          The client itself only needs client libraries to connect to a server.

          Ok I got your point. However, suppose I have a customer to sell my software and this customer does not want to mess up with installations. He wants only an all-in-one installer to install the app and the dependencies(in my case the dbms server). So the dbms server .msi should be somehow included to my final installer and executed... am I right?.

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

          @paokaras98 said in MySQL/MariaDB connector driver building Qt 6 Windows 10:

          So the dbms server .msi should be somehow included to my final installer and executed... am I right?

          Yes, but this has nothing to do with your client application.

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

          1 Reply Last reply
          1
          • P paokaras98

            @jsulm said in MySQL/MariaDB connector driver building Qt 6 Windows 10:

            @paokaras98 Well, of course there should be a server reachable from the client, so client can connect to it. But a client application should not distribute the server.
            The client itself only needs client libraries to connect to a server.

            Ok I got your point. However, suppose I have a customer to sell my software and this customer does not want to mess up with installations. He wants only an all-in-one installer to install the app and the dependencies(in my case the dbms server). So the dbms server .msi should be somehow included to my final installer and executed... am I right?.

            P Offline
            P Offline
            paokaras98
            wrote on last edited by
            #25

            @paokaras98 said in MySQL/MariaDB connector driver building Qt 6 Windows 10:

            Ok I got your point. However, suppose I have a customer to sell my software and this customer does not want to mess up with installations. He wants only an all-in-one installer to install the app and the dependencies(in my case the dbms server). So the dbms server .msi should be somehow included to my final installer and executed... am I right?.

            Thank your for your clarification. I will make my research now

            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