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. Set-up MariaDB library file location programmatically?
Forum Updated to NodeBB v4.3 + New Features

Set-up MariaDB library file location programmatically?

Scheduled Pinned Locked Moved Solved General and Desktop
85 Posts 7 Posters 34.6k 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.
  • S Offline
    S Offline
    SPlatten
    wrote on 1 Jul 2020, 11:13 last edited by
    #5

    Is there anything you need from me in terms of information?

    This is from the folder:

    /usr/local/Cellar/mariadb/10.4.6_1/lib
    

    ls -l:

    -rw-r--r--   1 simonplatten  staff  230704 28 Sep  2019 libmariadb.3.dylib
    lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmariadb.dylib -> libmariadb.3.dylib
    -rw-r--r--   1 simonplatten  staff  336264 17 Jun  2019 libmariadbclient.a
    lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient.a -> libmariadbclient.a
    lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient.dylib -> libmariadb.3.dylib
    lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient_r.a -> libmariadbclient.a
    lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient_r.dylib -> libmariadb.3.dylib
    -r--r--r--   1 simonplatten  staff   12400 17 Jun  2019 libmysqlservices.a
    drwxr-xr-x   3 simonplatten  staff      96 28 Sep  2019 pkgconfig
    drwxr-xr-x  49 simonplatten  staff    1568 17 Jun  2019 plugin
    

    Kind Regards,
    Sy

    J 1 Reply Last reply 1 Jul 2020, 11:18
    0
    • S SPlatten
      1 Jul 2020, 11:13

      Is there anything you need from me in terms of information?

      This is from the folder:

      /usr/local/Cellar/mariadb/10.4.6_1/lib
      

      ls -l:

      -rw-r--r--   1 simonplatten  staff  230704 28 Sep  2019 libmariadb.3.dylib
      lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmariadb.dylib -> libmariadb.3.dylib
      -rw-r--r--   1 simonplatten  staff  336264 17 Jun  2019 libmariadbclient.a
      lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient.a -> libmariadbclient.a
      lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient.dylib -> libmariadb.3.dylib
      lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient_r.a -> libmariadbclient.a
      lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient_r.dylib -> libmariadb.3.dylib
      -r--r--r--   1 simonplatten  staff   12400 17 Jun  2019 libmysqlservices.a
      drwxr-xr-x   3 simonplatten  staff      96 28 Sep  2019 pkgconfig
      drwxr-xr-x  49 simonplatten  staff    1568 17 Jun  2019 plugin
      
      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 1 Jul 2020, 11:18 last edited by
      #6

      @SPlatten I think you need to build Qt MySQL plug-in first.

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

      1 Reply Last reply
      2
      • S Offline
        S Offline
        SPlatten
        wrote on 1 Jul 2020, 11:22 last edited by SPlatten 7 Jan 2020, 11:26
        #7

        Thank you, do you have a link that details how?

        I'm downloading the MariaDB ODBC driver for MAC now or is this not the same?

        mariadb-connector-odbc-3.1.9-osx-x86_64

        Kind Regards,
        Sy

        J 1 Reply Last reply 1 Jul 2020, 11:49
        0
        • S SPlatten
          1 Jul 2020, 11:22

          Thank you, do you have a link that details how?

          I'm downloading the MariaDB ODBC driver for MAC now or is this not the same?

          mariadb-connector-odbc-3.1.9-osx-x86_64

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 1 Jul 2020, 11:49 last edited by
          #8

          @SPlatten https://doc.qt.io/qt-5/sql-driver.html
          https://stackoverflow.com/questions/6483523/qt-how-to-getcompile-mysql-driver

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

          1 Reply Last reply
          2
          • S Offline
            S Offline
            SPlatten
            wrote on 1 Jul 2020, 11:55 last edited by SPlatten 7 Jan 2020, 14:25
            #9

            @jsulm , thank you.

            So already I'm struggling with the answer on: https://stackoverflow.com/questions/6483523/qt-how-to-getcompile-mysql-driver

            I cannot find the driver sources, my Qt path looks like this:

            /Users/simonplatten/qt/5.14.2/Src
            

            There is no plugins folder in there, the only plugins folder is:

            /Users/simonplatten/qt/5.14.2/clang_64/plugins
            

            That doesn't contain a mysql folder. I just did:

            sudo find / -name sqldrivers/mysql
            

            Nothing was found on my system.

            I've tried to follow the instructions on https://doc.qt.io/qt-5/sql-driver.html#qmysql
            I fall at the first hurdle, I don't have the environment variable QTDIR set and I think my installation of MariaDB is complicated by the fact it was installed using Homebrew.

            Kind Regards,
            Sy

            J J 2 Replies Last reply 2 Jul 2020, 04:23
            0
            • S SPlatten
              1 Jul 2020, 11:55

              @jsulm , thank you.

              So already I'm struggling with the answer on: https://stackoverflow.com/questions/6483523/qt-how-to-getcompile-mysql-driver

              I cannot find the driver sources, my Qt path looks like this:

              /Users/simonplatten/qt/5.14.2/Src
              

              There is no plugins folder in there, the only plugins folder is:

              /Users/simonplatten/qt/5.14.2/clang_64/plugins
              

              That doesn't contain a mysql folder. I just did:

              sudo find / -name sqldrivers/mysql
              

              Nothing was found on my system.

              I've tried to follow the instructions on https://doc.qt.io/qt-5/sql-driver.html#qmysql
              I fall at the first hurdle, I don't have the environment variable QTDIR set and I think my installation of MariaDB is complicated by the fact it was installed using Homebrew.

              J Offline
              J Offline
              jsulm
              Lifetime Qt Champion
              wrote on 2 Jul 2020, 04:23 last edited by
              #10

              @SPlatten said in Set-up MariaDB library file location programmatically?:

              I cannot find the driver sources

              Did you install Qt sources?

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

              1 Reply Last reply
              0
              • S Offline
                S Offline
                SPlatten
                wrote on 2 Jul 2020, 04:41 last edited by
                #11

                @jsulm, I don't think so, how do I do that?

                Kind Regards,
                Sy

                J 1 Reply Last reply 2 Jul 2020, 04:44
                -1
                • S SPlatten
                  2 Jul 2020, 04:41

                  @jsulm, I don't think so, how do I do that?

                  J Offline
                  J Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on 2 Jul 2020, 04:44 last edited by
                  #12

                  @SPlatten said in Set-up MariaDB library file location programmatically?:

                  how do I do that?

                  If you used online installer you can use Maintenance Tool...

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

                  S 1 Reply Last reply 2 Jul 2020, 04:48
                  0
                  • J jsulm
                    2 Jul 2020, 04:44

                    @SPlatten said in Set-up MariaDB library file location programmatically?:

                    how do I do that?

                    If you used online installer you can use Maintenance Tool...

                    S Offline
                    S Offline
                    SPlatten
                    wrote on 2 Jul 2020, 04:48 last edited by
                    #13

                    @jsulm , I did exactly that before posting my reply, I didn't see any option in it for source code.

                    Kind Regards,
                    Sy

                    J 1 Reply Last reply 2 Jul 2020, 04:50
                    0
                    • S SPlatten
                      2 Jul 2020, 04:48

                      @jsulm , I did exactly that before posting my reply, I didn't see any option in it for source code.

                      J Offline
                      J Offline
                      jsulm
                      Lifetime Qt Champion
                      wrote on 2 Jul 2020, 04:50 last edited by
                      #14

                      @SPlatten https://www.qt.io/download-open-source

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

                      S 1 Reply Last reply 2 Jul 2020, 04:54
                      0
                      • J jsulm
                        2 Jul 2020, 04:50

                        @SPlatten https://www.qt.io/download-open-source

                        S Offline
                        S Offline
                        SPlatten
                        wrote on 2 Jul 2020, 04:54 last edited by
                        #15

                        @jsulm , I'm confused now, the link posted is to the Open source page. What if I don't intend my application to be open source, once its completed I intend to purchase a license before distribution. Can I build a mySQL driver for Qt without open source?

                        Kind Regards,
                        Sy

                        J 1 Reply Last reply 2 Jul 2020, 04:59
                        0
                        • S SPlatten
                          2 Jul 2020, 04:54

                          @jsulm , I'm confused now, the link posted is to the Open source page. What if I don't intend my application to be open source, once its completed I intend to purchase a license before distribution. Can I build a mySQL driver for Qt without open source?

                          J Offline
                          J Offline
                          jsulm
                          Lifetime Qt Champion
                          wrote on 2 Jul 2020, 04:59 last edited by
                          #16

                          @SPlatten said in Set-up MariaDB library file location programmatically?:

                          once its completed I intend to purchase a license before distribution

                          I'm not sure QtCompany will agree with that.
                          You should contact them.

                          There are many ways to get the source code. For example here: https://download.qt.io/archive/qt/5.15/5.15.0/single/
                          Or using Git as described here: https://wiki.qt.io/Get_the_Source

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

                          1 Reply Last reply
                          1
                          • H Offline
                            H Offline
                            hskoglund
                            wrote on 2 Jul 2020, 05:00 last edited by
                            #17

                            Hi, it might be easier if you use Qt's ODBC plugin (libqsqlodbc.dylib) together with the MariaDB Connector/ODBC

                            1 Reply Last reply
                            0
                            • S Offline
                              S Offline
                              SPlatten
                              wrote on 2 Jul 2020, 05:00 last edited by
                              #18

                              @jsulm , if I'm developing it on my own system and no one else is involved or using it, how would this be against any license?

                              Kind Regards,
                              Sy

                              J 1 Reply Last reply 2 Jul 2020, 05:07
                              0
                              • S Offline
                                S Offline
                                SPlatten
                                wrote on 2 Jul 2020, 05:01 last edited by SPlatten 7 Feb 2020, 05:02
                                #19

                                @hskoglund , thank you, I'll look into it. It seems its available for just about every operating system except MAC.

                                Kind Regards,
                                Sy

                                1 Reply Last reply
                                0
                                • S SPlatten
                                  2 Jul 2020, 05:00

                                  @jsulm , if I'm developing it on my own system and no one else is involved or using it, how would this be against any license?

                                  J Offline
                                  J Offline
                                  jsulm
                                  Lifetime Qt Champion
                                  wrote on 2 Jul 2020, 05:07 last edited by
                                  #20

                                  @SPlatten I'm not a lawyer and not working for QtCompany (that's why I suggested to ask the company).
                                  You say: you are now developing an app and you want to release it later as closed source. And you want to buy Qt license when you want to release the app. My point was: QtCompany could say that you actually need the commercial license from the beginning as you're developing a closed source application which is going to be distributed. I may be wrong here, but it is worth checking.

                                  If you're not going to distribute your app then there is no issue.

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

                                  S J 2 Replies Last reply 2 Jul 2020, 05:10
                                  2
                                  • J jsulm
                                    2 Jul 2020, 05:07

                                    @SPlatten I'm not a lawyer and not working for QtCompany (that's why I suggested to ask the company).
                                    You say: you are now developing an app and you want to release it later as closed source. And you want to buy Qt license when you want to release the app. My point was: QtCompany could say that you actually need the commercial license from the beginning as you're developing a closed source application which is going to be distributed. I may be wrong here, but it is worth checking.

                                    If you're not going to distribute your app then there is no issue.

                                    S Offline
                                    S Offline
                                    SPlatten
                                    wrote on 2 Jul 2020, 05:10 last edited by SPlatten 7 Feb 2020, 05:19
                                    #21

                                    @jsulm , thank you, I'll send Qt an email. Contacting Qt to ask such a question is easier said than done...How do I contact the appropriate person or department in Qt to ask?

                                    https://www.qt.io/contact-qt-services-team

                                    Query sent to Qt.

                                    Kind Regards,
                                    Sy

                                    1 Reply Last reply
                                    0
                                    • S SPlatten
                                      1 Jul 2020, 11:55

                                      @jsulm , thank you.

                                      So already I'm struggling with the answer on: https://stackoverflow.com/questions/6483523/qt-how-to-getcompile-mysql-driver

                                      I cannot find the driver sources, my Qt path looks like this:

                                      /Users/simonplatten/qt/5.14.2/Src
                                      

                                      There is no plugins folder in there, the only plugins folder is:

                                      /Users/simonplatten/qt/5.14.2/clang_64/plugins
                                      

                                      That doesn't contain a mysql folder. I just did:

                                      sudo find / -name sqldrivers/mysql
                                      

                                      Nothing was found on my system.

                                      I've tried to follow the instructions on https://doc.qt.io/qt-5/sql-driver.html#qmysql
                                      I fall at the first hurdle, I don't have the environment variable QTDIR set and I think my installation of MariaDB is complicated by the fact it was installed using Homebrew.

                                      J Offline
                                      J Offline
                                      JonB
                                      wrote on 2 Jul 2020, 09:46 last edited by JonB 7 Feb 2020, 09:56
                                      #22

                                      @SPlatten said in Set-up MariaDB library file location programmatically?:

                                      That doesn't contain a mysql folder. I just did:
                                      sudo find / -name sqldrivers/mysql

                                      Nothing was found on my system.

                                      I realize this is probably not your issue here, but I think you ought be aware, at least for future searches, that -name abc/def --- with that / --- will always return false, so you'll never find a match.

                                      On MacOS (I'm Ubuntu) I think you'll find you would have to use -path instead, plus you want a substring match, so you would need e.g.:

                                      sudo find / -path '*sqldrivers/mysql' -print
                                      

                                      P.S.
                                      Don't forget the -print which you didn't show you used, else find is remarkably silent ;-)

                                      1 Reply Last reply
                                      3
                                      • S Offline
                                        S Offline
                                        SPlatten
                                        wrote on 2 Jul 2020, 09:53 last edited by
                                        #23

                                        @jsulm , thank you, just executed that and found:

                                        /System/Volumes/Data/Users/simonplatten/Qt/5.15.0/Src/qtbase/src/plugins/sqldrivers/mysql
                                        /System/Volumes/Data/Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/mysql
                                        

                                        Kind Regards,
                                        Sy

                                        J 1 Reply Last reply 2 Jul 2020, 09:55
                                        0
                                        • J jsulm
                                          2 Jul 2020, 05:07

                                          @SPlatten I'm not a lawyer and not working for QtCompany (that's why I suggested to ask the company).
                                          You say: you are now developing an app and you want to release it later as closed source. And you want to buy Qt license when you want to release the app. My point was: QtCompany could say that you actually need the commercial license from the beginning as you're developing a closed source application which is going to be distributed. I may be wrong here, but it is worth checking.

                                          If you're not going to distribute your app then there is no issue.

                                          J Offline
                                          J Offline
                                          J.Hilk
                                          Moderators
                                          wrote on 2 Jul 2020, 09:54 last edited by
                                          #24

                                          @jsulm said in Set-up MariaDB library file location programmatically?:

                                          My point was: QtCompany could say that you actually need the commercial license from the beginning as you're developing a closed source application which is going to be distributed. I may be wrong here, but it is worth checking.

                                          You do, or at least the QtC want you to, I had the issue when I wanted to open source a project that was previously made under QtLicence, slightly different but that exact topic came up.

                                          It's due to the yearly licensing scam scheme, would be no issue at all if it was a one purchase last for ever kind of deal


                                          Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


                                          Q: What's that?
                                          A: It's blue light.
                                          Q: What does it do?
                                          A: It turns blue.

                                          1 Reply Last reply
                                          0

                                          14/85

                                          2 Jul 2020, 04:50

                                          topic:navigator.unread, 71
                                          • Login

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