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. [SOLVED]Does QtSQL supports mariadb?
QtWS25 Last Chance

[SOLVED]Does QtSQL supports mariadb?

Scheduled Pinned Locked Moved General and Desktop
7 Posts 5 Posters 9.2k 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.
  • T Offline
    T Offline
    terietor
    wrote on last edited by
    #1

    Hello,

    does QtSQL supports mariadb???

    i think that it doesn't.
    I just want a confirmation.
    Thanks in advance

    terietor.gr

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      To cite the "MariaDB knowledge base":http://kb.askmonty.org/en/mariadb-versus-mysql-compatibility:

      [quote]
      For all practical purposes, MariaDB is a binary drop in replacement of the same MySQL version (for example MySQL 5.1 -> MariaDB 5.1, MariaDB 5.2 & MariaDB 5.3 are compatible. MySQL 5.5 will be compatible with MariaDB 5.5). What this means is that:

      • Data and table definition files (.frm) files are binary compatible.
      • All client APIs, protocols and structs are identical.
      • All filenames, binaries, paths, ports, sockets, and etc... should be the same.
      • All MySQL connectors (PHP, Perl, Python, Java, .NET, MyODBC, Ruby, MySQL C connector etc) work unchanged with MariaDB.
        [/quote]

      So do not see any issues why it should not work with the Qt MySQL plugin.

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mbnoimi
        wrote on last edited by
        #3

        Guys,
        Does anyone tried to run MariaDB practically?

        1 Reply Last reply
        0
        • L Offline
          L Offline
          luisvaldes88
          wrote on last edited by
          #4

          I will test this for the sake of Science!!

          Muchos quieren, pocos pueden, algunos consiguen.

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mbnoimi
            wrote on last edited by
            #5

            [quote author="luisvaldes88" date="1373650711"]I will test this for the sake of Science!![/quote]

            Thanks

            1 Reply Last reply
            0
            • D Offline
              D Offline
              dafky2000
              wrote on last edited by
              #6

              Just stumbled across this page and wanted to add an answer since no one has :)

              Yes, QtSQL works with MariaDB. We have compiled QtSQL with the MariaDB source instead of MySQL in our project.

              Cheers!

              1 Reply Last reply
              0
              • D Offline
                D Offline
                dafky2000
                wrote on last edited by
                #7

                Just stumbled across this page and wanted to add an answer since no one has :)

                Yes, QtSQL works with MariaDB. We have compiled QtSQL with the MariaDB source instead of MySQL in our project.

                Cheers!

                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